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

/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h46 CGLError(*choose_pixel_format) (const CGLPixelFormatAttribute * attribs, member in struct:apple_cgl_api
H A Dapple_visual.c169 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
181 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
H A Dapple_cgl.c99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat");
H A Dapple_glx_pbuffer.c209 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref);
212 printf("choose_pixel_format error in %s: %s\n", __func__,
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c397 choose_pixel_format(XMesaVisual v) function
877 v->stvis.color_format = choose_pixel_format(v);
1491 internal_format = choose_pixel_format(drawable->xm_visual);
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c322 choose_pixel_format(const struct gl_config *v) function
424 pixel_format = choose_pixel_format(visual);

Completed in 128 milliseconds