Searched refs:dummyContext (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_xgl_api_viewport.c44 if (gc != &dummyContext && gc->driContext)
H A Dapple_xgl_api_stereo.c57 if (gc != &dummyContext && apple_glx_context_uses_stereo(gc->driContext)) {
92 if (gc != &dummyContext && apple_glx_context_uses_stereo(gc->driContext)) {
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_xgl_api_viewport.c44 if (gc != &dummyContext && gc->driContext)
H A Dapple_xgl_api_stereo.c57 if (gc != &dummyContext && apple_glx_context_uses_stereo(gc->driContext)) {
92 if (gc != &dummyContext && apple_glx_context_uses_stereo(gc->driContext)) {
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcurrent.c55 struct glx_context dummyContext = { variable in typeref:struct:glx_context
83 = &dummyContext;
89 __glX_tls_Context = (c != NULL) ? c : &dummyContext;
136 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
145 __glXSetCurrentContext(&dummyContext);
157 if (cx == &dummyContext) {
175 * \note This is in this file so that it can access dummyContext.
208 if (oldGC != &dummyContext) {
243 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
H A Dquery_renderer.c109 if (gc == &dummyContext)
169 if (gc == &dummyContext)
H A Dapplegl_glx.c57 (old && old != &dummyContext) ? old->driContext : NULL,
86 (gc != &dummyContext) ? gc->driContext : NULL,
H A Dglxclient.h669 # define __glXGetCurrentContext() (likely(__glX_tls_Context) ? __glX_tls_Context : (void*)&dummyContext)
836 extern struct glx_context dummyContext;
H A Dglxcmds.c837 if(gc != &dummyContext && apple_glx_is_current_drawable(dpy, gc->driContext, drawable)) {
855 Bool flush = gc != &dummyContext && drawable == gc->currentDrawable;
872 if ((gc != &dummyContext) && (dpy == gc->currentDpy) &&
1403 if (gc == &dummyContext)
1753 if (gc == &dummyContext) {
1811 if (gc != &dummyContext && gc->isDirect) {
1840 if (gc != &dummyContext && gc->isDirect) {
1871 if (gc == &dummyContext)
1913 if (gc == &dummyContext)
2191 if (gc == &dummyContext) /* n
[all...]
H A Ddri3_glx.c107 return (&pcp->base != &dummyContext) && pcp->base.psc == &psc->base;
116 return (gc != &dummyContext) ? dri3Ctx->driContext : NULL;
126 return (gc != &dummyContext && psc) ? psc->driScreen : NULL;
H A Dindirect_glx.c141 if (old != &dummyContext && !old->isDirect && old->psc->dpy == dpy) {
H A Dglx_pbuffer.c331 if (pdraw == NULL || gc == &dummyContext || gc->currentDpy != dpy ||
H A Ddri2_glx.c530 return (gc != &dummyContext) ? dri2Ctx->driContext : NULL;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcurrent.c55 struct glx_context dummyContext = { variable in typeref:struct:glx_context
83 = &dummyContext;
89 __glX_tls_Context = (c != NULL) ? c : &dummyContext;
136 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
145 __glXSetCurrentContext(&dummyContext);
157 if (cx == &dummyContext) {
175 * \note This is in this file so that it can access dummyContext.
209 if (oldGC != &dummyContext) {
243 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
H A Dquery_renderer.c109 if (gc == &dummyContext)
169 if (gc == &dummyContext)
H A Dapplegl_glx.c57 (old && old != &dummyContext) ? old->driContext : NULL,
86 (gc != &dummyContext) ? gc->driContext : NULL,
H A Dglxclient.h651 # define __glXGetCurrentContext() (likely(__glX_tls_Context) ? __glX_tls_Context : (void*)&dummyContext)
793 extern struct glx_context dummyContext;
H A Dglxcmds.c835 if(gc != &dummyContext && apple_glx_is_current_drawable(dpy, gc->driContext, drawable)) {
853 Bool flush = gc != &dummyContext && drawable == gc->currentDrawable;
870 if ((gc != &dummyContext) && (dpy == gc->currentDpy) &&
1396 if (gc == &dummyContext)
1745 if (gc == &dummyContext) {
1804 if (gc != &dummyContext && gc->isDirect) {
1831 if (gc != &dummyContext && gc->isDirect) {
1888 if (gc == &dummyContext)
1927 if (gc == &dummyContext)
2203 if (gc == &dummyContext) /* n
[all...]
H A Dindirect_glx.c158 if (old != &dummyContext && !old->isDirect && old->psc->dpy == dpy) {
H A Ddri3_glx.c107 return (&pcp->base != &dummyContext) && pcp->base.psc == &psc->base;
116 return (gc != &dummyContext) ? dri3Ctx->driContext : NULL;
126 return (gc != &dummyContext && psc) ? psc->driScreen : NULL;
H A Dglx_pbuffer.c295 if (pdraw == NULL || gc == &dummyContext || gc->currentDpy != dpy ||
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dfake_glx_screen.cpp95 struct glx_context dummyContext = { variable in typeref:struct:glx_context
103 __thread void *__glX_tls_Context = &dummyContext;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dfake_glx_screen.cpp93 struct glx_context dummyContext = { variable in typeref:struct:glx_context
101 __thread void *__glX_tls_Context = &dummyContext;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.1.4.rst61 - dri2: Check for dummyContext to see if the glx_context is valid
137 - dri3: Check for dummyContext to see if the glx_context is valid
H A D11.2.2.rst70 - dri2: Check for dummyContext to see if the glx_context is valid
161 - dri3: Check for dummyContext to see if the glx_context is valid

Completed in 26 milliseconds

12