Searched refs:choose_pixel_format (Results 1 – 6 of 6) sorted by relevance
46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs, member
99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); in apple_cgl_init()
160 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref); in apple_visual_create_pfobj()
209 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref); in get_max_size()
320 choose_pixel_format(XMesaVisual v) in choose_pixel_format() function801 v->stvis.color_format = choose_pixel_format(v); in XMesaCreateVisual()1371 internal_format = choose_pixel_format(drawable->xm_visual); in XMesaBindTexImage()
234 choose_pixel_format(const struct gl_config *v) in choose_pixel_format() function336 pixel_format = choose_pixel_format(visual); in swrast_new_renderbuffer()