Home
last modified time | relevance | path

Searched refs:dummyContext (Results 1 – 5 of 5) 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;
/external/v8/test/cctest/compiler/
Dtest-run-stubs.cc44 Node* dummyContext = graph.NewNode(common.NumberConstant(0.0)); in TEST() local
47 slotParam, vectorParam, dummyContext, start, start); in TEST()