Home
last modified time | relevance | path

Searched refs:destroy_pixel_format (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c228 apple_cgl.destroy_pixel_format(pfobj); in get_max_size()
246 apple_cgl.destroy_pixel_format(pfobj); in get_max_size()
Dapple_cgl.h48 CGLError(*destroy_pixel_format) (CGLPixelFormatObj pix); member
Dapple_cgl.c100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); in apple_cgl_init()
Dapple_glx_context.c170 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj); in apple_glx_create_context()
262 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) { in apple_glx_destroy_context()
Dapple_glx_pixmap.c96 (void) apple_cgl.destroy_pixel_format(p->pixel_format_obj); in pixmap_destroy()