Searched refs:alloc_view (Results 1 – 5 of 5) sorted by relevance
146 view_t * (*alloc_view)(dmode_t *, dimen_t *, u_char); member
116 return ((d->grfabs_funcs->alloc_view)(d, dim, depth)); in grf_alloc_view()
207 return(d->alloc_view(d, dim, depth)); in grf_alloc_view()
856 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 …]
234 alloc_view_func *alloc_view; /* allocate a view for this mode. */ member