HomeSort by relevance Sort by last modified time
    Searched refs:dummyContext (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/glx/apple/
apple_xgl_api_viewport.c 44 if (gc != &dummyContext && gc->driContext)
apple_xgl_api_stereo.c 57 if (gc != &dummyContext && apple_glx_context_uses_stereo(gc->driContext)) {
92 if (gc != &dummyContext && apple_glx_context_uses_stereo(gc->driContext)) {
  /external/mesa3d/src/glx/
glxcurrent.c 55 struct glx_context dummyContext = {
80 = &dummyContext;
85 __glX_tls_Context = (c != NULL) ? c : &dummyContext;
132 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
141 __glXSetCurrentContext(&dummyContext);
153 if (cx == &dummyContext) {
171 * \note This is in this file so that it can access dummyContext.
197 if (oldGC != &dummyContext) {
232 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
query_renderer.c 109 if (gc == &dummyContext)
169 if (gc == &dummyContext)
applegl_glx.c 57 (old && old != &dummyContext) ? old->driContext : NULL,
86 (gc != &dummyContext) ? gc->driContext : NULL,
glxcmds.c 820 if(gc != &dummyContext && apple_glx_is_current_drawable(dpy, gc->driContext, drawable)) {
838 Bool flush = gc != &dummyContext && drawable == gc->currentDrawable;
855 if ((gc != &dummyContext) && (dpy == gc->currentDpy) &&
    [all...]
dri3_glx.c 107 return (&pcp->base != &dummyContext) && pcp->base.psc == &psc->base;
116 return (gc != &dummyContext) ? dri3Ctx->driContext : NULL;
126 return (gc != &dummyContext && psc) ? psc->driScreen : NULL;
    [all...]
glxclient.h 828 extern struct glx_context dummyContext;
indirect_glx.c 141 if (old != &dummyContext && !old->isDirect && old->psc->dpy == dpy) {
glx_pbuffer.c 331 if (pdraw == NULL || gc == &dummyContext || gc->currentDpy != dpy ||
dri2_glx.c 523 return (gc != &dummyContext) ? dri2Ctx->driContext : NULL;
    [all...]
  /external/mesa3d/src/glx/tests/
fake_glx_screen.cpp 95 struct glx_context dummyContext = {
103 __thread void *__glX_tls_Context = &dummyContext;

Completed in 195 milliseconds