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

/xsrc/external/mit/MesaLib.old/dist/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.c230 apple_cgl.destroy_pixel_format(pfobj);
248 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_visual.c177 apple_cgl.destroy_pixel_format(*pfobj);
H A Dapple_glx_context.c173 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj);
265 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) {
/xsrc/external/mit/MesaLib/dist/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.c227 apple_cgl.destroy_pixel_format(pfobj);
245 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_visual.c177 apple_cgl.destroy_pixel_format(*pfobj);
H A Dapple_glx_context.c173 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj);
264 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) {

Completed in 13 milliseconds