Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/atari/dev/
Dgrfabs_reg.h146 view_t * (*alloc_view)(dmode_t *, dimen_t *, u_char); member
Dgrfabs.c116 return ((d->grfabs_funcs->alloc_view)(d, dim, depth)); in grf_alloc_view()
/netbsd/src/sys/arch/amiga/dev/
Dgrfabs.c207 return(d->alloc_view(d, dim, depth)); in grf_alloc_view()
Dgrfabs_cc.c856 h_this->alloc_view = cc_alloc_view; in cc_init_ntsc_hires()
1038 hl_this->alloc_view = cc_alloc_view; in cc_init_ntsc_hires_lace()
1264 hdl_this->alloc_view = cc_alloc_view; in cc_init_ntsc_hires_dlace()
1520 a24_this->alloc_view = cc_alloc_view; in cc_init_ntsc_a2024()
1809 aga_this->alloc_view = cc_alloc_view; in cc_init_ntsc_aga()
2118 super72_this->alloc_view = cc_alloc_view; in cc_init_super72()
2410 ph_this->alloc_view = cc_alloc_view; in cc_init_pal_hires()
2579 phl_this->alloc_view = cc_alloc_view; in cc_init_pal_hires_lace()
2779 phdl_this->alloc_view = cc_alloc_view; in cc_init_pal_hires_dlace()
2998 p24_this->alloc_view = cc_alloc_view; in cc_init_pal_a2024()
[all …]
Dgrfabs_reg.h234 alloc_view_func *alloc_view; /* allocate a view for this mode. */ member