HomeSort by relevance Sort by last modified time
    Searched refs:destroy_pixel_format (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.h 48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix); member in struct:apple_cgl_api
apple_cgl.c 100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat");
apple_glx_pbuffer.c 228 apple_cgl.destroy_pixel_format(pfobj);
246 apple_cgl.destroy_pixel_format(pfobj);
apple_glx_pixmap.c 96 (void) apple_cgl.destroy_pixel_format(p->pixel_format_obj);
apple_glx_context.c 170 (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/
apple_cgl.h 48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix); member in struct:apple_cgl_api
apple_cgl.c 100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat");
apple_glx_pbuffer.c 228 apple_cgl.destroy_pixel_format(pfobj);
246 apple_cgl.destroy_pixel_format(pfobj);
apple_glx_pixmap.c 96 (void) apple_cgl.destroy_pixel_format(p->pixel_format_obj);
apple_glx_context.c 170 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj);
262 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) {

Completed in 451 milliseconds