Searched defs:choose_pixel_format (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_cgl.h46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs, member in struct:apple_cgl_api
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs, member in struct:apple_cgl_api
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c320 choose_pixel_format(XMesaVisual v) function
801 v->stvis.color_format = choose_pixel_format(v);
1371 internal_format = choose_pixel_format(drawable->xm_visual);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
H A Dswrast.c234 choose_pixel_format(const struct gl_config *v) function
336 pixel_format = choose_pixel_format(visual);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c320 choose_pixel_format(XMesaVisual v) function
801 v->stvis.color_format = choose_pixel_format(v);
1371 internal_format = choose_pixel_format(drawable->xm_visual);
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c234 choose_pixel_format(const struct gl_config *v) function
336 pixel_format = choose_pixel_format(visual);

Completed in 233 milliseconds