Home
last modified time | relevance | path

Searched refs:alloc_colormap (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/atari/dev/
H A Dgrfabs_tt.c56 static colormap_t *alloc_colormap(dmode_t *);
296 v->colormap = alloc_colormap(mode); in tt_alloc_view()
373 alloc_colormap(dmode_t *dm) in alloc_colormap() function
H A Dgrfabs_fal.c57 static colormap_t *alloc_colormap(dmode_t *);
524 v->colormap = alloc_colormap(mode); in falcon_alloc_view()
601 alloc_colormap(dmode_t *dm) in alloc_colormap() function
H A Dgrfabs_et.c91 static colormap_t *alloc_colormap(dmode_t *);
354 v->colormap = alloc_colormap(mode); in et_alloc_view()
378 alloc_colormap(dmode_t *dm) in alloc_colormap() function
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfabs_cc.c444 VDATA(v)->colormap = DMDATA(mode)->alloc_colormap(depth); in cc_alloc_view()
861 h_this_data->alloc_colormap = cc_alloc_colormap; in cc_init_ntsc_hires()
1043 hl_this_data->alloc_colormap = cc_alloc_colormap; in cc_init_ntsc_hires_lace()
1269 hdl_this_data->alloc_colormap = cc_a2024_alloc_colormap; in cc_init_ntsc_hires_dlace()
1526 a24_this_data->alloc_colormap = cc_a2024_alloc_colormap; in cc_init_ntsc_a2024()
1814 aga_this_data->alloc_colormap = cc_alloc_aga_colormap; in cc_init_ntsc_aga()
2123 super72_this_data->alloc_colormap = cc_alloc_aga_colormap; in cc_init_super72()
2415 ph_this_data->alloc_colormap = cc_alloc_colormap; in cc_init_pal_hires()
2584 phl_this_data->alloc_colormap = cc_alloc_colormap; in cc_init_pal_hires_lace()
2784 phdl_this_data->alloc_colormap = cc_a2024_alloc_colormap; in cc_init_pal_hires_dlace()
[all …]
H A Dgrfabs_ccreg.h72 alloc_colormap_func *alloc_colormap; member