Searched refs:dummyContext (Results 1 – 15 of 15) sorted by relevance
55 struct glx_context dummyContext = { variable77 __THREAD_INITIAL_EXEC void *__glX_tls_Context = &dummyContext;82 __glX_tls_Context = (c != NULL) ? c : &dummyContext; in __glXSetCurrentContext()88 __glXSetCurrentContext(&dummyContext); in __glXSetCurrentContextNull()100 if (cx == &dummyContext) { in glXGetCurrentContext()152 if (oldGC != &dummyContext) { in MakeContextCurrent()181 if (oldGC->currentDpy == NULL && oldGC != &dummyContext && oldGC->xid == None) { in MakeContextCurrent()
109 if (gc == &dummyContext) in glXQueryCurrentRendererIntegerMESA()169 if (gc == &dummyContext) in glXQueryCurrentRendererStringMESA()
59 (old && old != &dummyContext) ? old->driContext : NULL, in applegl_bind_context()89 (gc != &dummyContext) ? gc->driContext : NULL, in applegl_unbind_context()
837 if(gc != &dummyContext && apple_glx_is_current_drawable(dpy, gc->driContext, drawable)) { in glXSwapBuffers()855 Bool flush = gc != &dummyContext && drawable == gc->currentDrawable; in glXSwapBuffers()873 if ((gc != &dummyContext) && (dpy == gc->currentDpy) && in glXSwapBuffers()1400 if (gc == &dummyContext) in glXGetCurrentDisplay()1748 if (gc == &dummyContext) { in glXSwapIntervalSGI()1807 if (gc != &dummyContext && gc->isDirect) { in glXSwapIntervalMESA()1834 if (gc != &dummyContext && gc->isDirect) { in glXGetSwapIntervalMESA()1891 if (gc == &dummyContext) in glXGetVideoSyncSGI()1930 if (gc == &dummyContext) in glXWaitVideoSyncSGI()2205 if (gc == &dummyContext) /* no GLX for this */ in glXSwapBuffersMscOML()[all …]
108 return (&pcp->base != &dummyContext) && pcp->base.psc == &psc->base; in glx_dri3_in_current_context()117 return (gc != &dummyContext) ? dri3Ctx->driContext : NULL; in glx_dri3_get_dri_context()127 return (gc != &dummyContext && psc) ? psc->driScreen : NULL; in glx_dri3_get_dri_screen()
158 if (old != &dummyContext && !old->isDirect && old->psc->dpy == dpy) { in indirect_bind_context()
788 extern struct glx_context dummyContext;
294 if (pdraw == NULL || gc == &dummyContext || gc->currentDpy != dpy || in __glXGetDrawableAttribute()
433 return (gc != &dummyContext) ? dri2Ctx->driContext : NULL; in dri2GetCurrentContext()
57 if (gc != &dummyContext && apple_glx_context_uses_stereo(gc->driContext)) { in __applegl_glDrawBuffer()92 if (gc != &dummyContext && apple_glx_context_uses_stereo(gc->driContext)) { in __applegl_glDrawBuffers()
44 if (gc != &dummyContext && gc->driContext) in __applegl_glViewport()
93 struct glx_context dummyContext = { variable101 __THREAD_INITIAL_EXEC void *__glX_tls_Context = &dummyContext;
61 - dri2: Check for dummyContext to see if the glx_context is valid137 - dri3: Check for dummyContext to see if the glx_context is valid
70 - dri2: Check for dummyContext to see if the glx_context is valid161 - dri3: Check for dummyContext to see if the glx_context is valid
1865 ID3D11DeviceContext *dummyContext; in testDeviceResettable() local1872 &dummyFeatureLevel, &dummyContext); in testDeviceResettable()1879 SafeRelease(dummyContext); in testDeviceResettable()