Home
last modified time | relevance | path

Searched refs:choose_pixel_format (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_visual.c169 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref); in apple_visual_create_pfobj()
181 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref); in apple_visual_create_pfobj()
Dapple_cgl.h46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs, member
Dapple_cgl.c99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); in apple_cgl_init()
Dapple_glx_pbuffer.c209 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref); in get_max_size()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c397 choose_pixel_format(XMesaVisual v) in choose_pixel_format() function
877 v->stvis.color_format = choose_pixel_format(v); in XMesaCreateVisual()
1491 internal_format = choose_pixel_format(drawable->xm_visual); in XMesaBindTexImage()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c322 choose_pixel_format(const struct gl_config *v) in choose_pixel_format() function
424 pixel_format = choose_pixel_format(visual); in swrast_new_renderbuffer()