Searched refs:apple_glx_make_current_context (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_read.c | 71 if (apple_glx_make_current_context(dpy, gc->driContext, gc->driContext, in SetRead() 74 (void) apple_glx_make_current_context(dpy, gc->driContext, gc->driContext, in SetRead() 88 if (apple_glx_make_current_context(dpy, gc->driContext, gc->driContext, in UnsetRead()
|
D | apple_glx_context.h | 78 bool apple_glx_make_current_context(Display * dpy, void *oldptr, void *ptr,
|
D | apple_glx_context.c | 282 apple_glx_make_current_context(Display * dpy, void *oldptr, void *ptr, in apple_glx_make_current_context() function 566 apple_glx_make_current_context(dpy, ac, ac, ac->last_surface_window); in apple_glx_context_update()
|
/external/mesa3d/src/glx/ |
D | applegl_glx.c | 56 bool error = apple_glx_make_current_context(dpy, in applegl_bind_context() 85 error = apple_glx_make_current_context(dpy, in applegl_unbind_context()
|