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

  /external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c 63 struct glx_context dummyContext = {
90 = &dummyContext;
95 __glX_tls_Context = (c != NULL) ? c : &dummyContext;
142 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
154 _X_HIDDEN struct glx_context *__glXcurrentContext = &dummyContext;
162 __glXSetCurrentContext(&dummyContext);
174 if (cx == &dummyContext) {
207 * \note This is in this file so that it can access dummyContext.
253 if (oldGC != &dummyContext) {
287 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None)
    [all...]
  /external/mesa3d/src/glx/
glxcurrent.c 63 struct glx_context dummyContext = {
90 = &dummyContext;
95 __glX_tls_Context = (c != NULL) ? c : &dummyContext;
142 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
154 _X_HIDDEN struct glx_context *__glXcurrentContext = &dummyContext;
162 __glXSetCurrentContext(&dummyContext);
174 if (cx == &dummyContext) {
207 * \note This is in this file so that it can access dummyContext.
253 if (oldGC != &dummyContext) {
287 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Renderer11.cpp     [all...]

Completed in 113 milliseconds