Searched refs:pixel_format_obj (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_glx_pixmap.c | 95 if (p->pixel_format_obj) 96 (void) apple_cgl.destroy_pixel_format(p->pixel_format_obj); 166 apple_visual_create_pfobj(&p->pixel_format_obj, mode, &double_buffered, 169 error = apple_cgl.create_context(p->pixel_format_obj, NULL,
|
| H A D | apple_glx_context.h | 54 CGLPixelFormatObj pixel_format_obj; member in struct:apple_glx_context
|
| H A D | apple_glx_context.c | 152 ac->pixel_format_obj = NULL; 163 apple_visual_create_pfobj(&ac->pixel_format_obj, mode, 167 error = apple_cgl.create_context(ac->pixel_format_obj, 173 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj); 265 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) {
|
| H A D | apple_glx_drawable.h | 86 CGLPixelFormatObj pixel_format_obj; member in struct:apple_glx_pixmap
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_glx_pixmap.c | 95 if (p->pixel_format_obj) 96 (void) apple_cgl.destroy_pixel_format(p->pixel_format_obj); 166 apple_visual_create_pfobj(&p->pixel_format_obj, mode, &double_buffered, 169 error = apple_cgl.create_context(p->pixel_format_obj, NULL,
|
| H A D | apple_glx_context.h | 54 CGLPixelFormatObj pixel_format_obj; member in struct:apple_glx_context
|
| H A D | apple_glx_context.c | 152 ac->pixel_format_obj = NULL; 163 apple_visual_create_pfobj(&ac->pixel_format_obj, mode, 167 error = apple_cgl.create_context(ac->pixel_format_obj, 173 (void) apple_cgl.destroy_pixel_format(ac->pixel_format_obj); 264 if (apple_cgl.destroy_pixel_format(ac->pixel_format_obj)) {
|
| H A D | apple_glx_drawable.h | 86 CGLPixelFormatObj pixel_format_obj; member in struct:apple_glx_pixmap
|
Completed in 5 milliseconds