Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
Dapple_glx_pixmap.c51 .type = APPLE_GLX_DRAWABLE_PIXMAP,
63 assert(APPLE_GLX_DRAWABLE_PIXMAP == d->type); in pixmap_make_current()
194 d = apple_glx_drawable_find_by_type(pixmap, APPLE_GLX_DRAWABLE_PIXMAP, in apple_glx_pixmap_query()
228 APPLE_GLX_DRAWABLE_PIXMAP); in apple_glx_pixmap_destroy()
Dapple_glx_drawable.h49 APPLE_GLX_DRAWABLE_PIXMAP enumerator
Dapple_glx_drawable.c235 return APPLE_GLX_DRAWABLE_PIXMAP == d->type; in is_pixmap()
Dapple_glx_context.c450 case APPLE_GLX_DRAWABLE_PIXMAP: in apple_glx_make_current_context()