Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dglxcurrent.c63 struct glx_context dummyContext = { variable
90 = &dummyContext;
95 __glX_tls_Context = (c != NULL) ? c : &dummyContext; in __glXSetCurrentContext()
142 return (v == NULL) ? &dummyContext : (struct glx_context *) v; in __glXGetCurrentContext()
154 _X_HIDDEN struct glx_context *__glXcurrentContext = &dummyContext;
162 __glXSetCurrentContext(&dummyContext); in __glXSetCurrentContextNull()
174 if (cx == &dummyContext) { in glXGetCurrentContext()
253 if (oldGC != &dummyContext) { in MakeContextCurrent()
287 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) { in MakeContextCurrent()
Dapplegl_glx.c57 (old && old != &dummyContext) ? old->driContext : NULL, in applegl_bind_context()
86 (gc != &dummyContext) ? gc->driContext : NULL, in applegl_unbind_context()
Dindirect_glx.c137 if (old != &dummyContext && !old->isDirect && old->psc->dpy == dpy) { in indirect_bind_context()
Dglxclient.h812 extern struct glx_context dummyContext;