Home
last modified time | relevance | path

Searched refs:destroy_pixel_format (Results 1 – 6 of 6) 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_glx_context.c171 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj); in apple_glx_create_context()
263 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) { in apple_glx_destroy_context()
Dapple_cgl.c100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); in apple_cgl_init()
Dapple_visual.c176 apple_cgl.destroy_pixel_format(*pfobj); in apple_visual_create_pfobj()
Dapple_glx_pixmap.c96 (void) apple_cgl.destroy_pixel_format(p->pixel_format_obj); in pixmap_destroy()