Home
last modified time | relevance | path

Searched refs:pixel_format_obj (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_pixmap.c95 if (p->pixel_format_obj) in pixmap_destroy()
96 (void) apple_cgl.destroy_pixel_format(p->pixel_format_obj); in pixmap_destroy()
166 apple_visual_create_pfobj(&p->pixel_format_obj, mode, &double_buffered, in apple_glx_pixmap_create()
169 error = apple_cgl.create_context(p->pixel_format_obj, NULL, in apple_glx_pixmap_create()
Dapple_glx_context.c152 ac->pixel_format_obj = NULL; in apple_glx_create_context()
163 apple_visual_create_pfobj(&ac->pixel_format_obj, mode, in apple_glx_create_context()
167 error = apple_cgl.create_context(ac->pixel_format_obj, in apple_glx_create_context()
173 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj); in apple_glx_create_context()
265 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) { in apple_glx_destroy_context()
Dapple_glx_context.h54 CGLPixelFormatObj pixel_format_obj; member
Dapple_glx_drawable.h86 CGLPixelFormatObj pixel_format_obj; member