Searched refs:destroy_pixel_format (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_cgl.h48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix); member in struct:apple_cgl_api
H A Dapple_cgl.c100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat");
H A Dapple_glx_pbuffer.c228 apple_cgl.destroy_pixel_format(pfobj);
246 apple_cgl.destroy_pixel_format(pfobj);
H A Dapple_glx_pixmap.c96 (void) apple_cgl.destroy_pixel_format(p->pixel_format_obj);
H A Dapple_glx_context.c170 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj);
262 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) {
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix); member in struct:apple_cgl_api
H A Dapple_cgl.c100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat");
H A Dapple_glx_pbuffer.c228 apple_cgl.destroy_pixel_format(pfobj);
246 apple_cgl.destroy_pixel_format(pfobj);
H A Dapple_glx_pixmap.c96 (void) apple_cgl.destroy_pixel_format(p->pixel_format_obj);
H A Dapple_glx_context.c170 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj);
262 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) {

Completed in 174 milliseconds