Searched refs:lastGLContext (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxdri2.c105 __GLXcontext *cx = lastGLContext;
114 if (cx != lastGLContext) {
115 lastGLContext = cx;
205 __GLXcontext *cx = lastGLContext;
215 if (cx != lastGLContext) {
216 lastGLContext = cx;
226 __GLXcontext *cx = lastGLContext;
232 if (cx != lastGLContext) {
233 lastGLContext = cx;
288 __GLXcontext *cx = lastGLContext;
[all...]
H A Dglxext.c119 lastGLContext = NULL;
181 if (cx == lastGLContext) {
182 lastGLContext = NULL;
326 lastGLContext = NULL;
624 if (cx == lastGLContext) {
637 lastGLContext = cx;
640 lastGLContext = NULL;
H A Dglxdriswrast.c303 __GLXcontext *cx = lastGLContext;
312 if (cx != lastGLContext) {
313 lastGLContext = cx;
325 __GLXcontext *cx = lastGLContext;
329 if (cx != lastGLContext) {
330 lastGLContext = cx;
H A Dglxcmds.c201 lastGLContext = NULL;
647 lastGLContext = NULL;
659 lastGLContext = glxc;
661 lastGLContext = NULL;
/xsrc/external/mit/xorg-server/dist/include/
H A Ddix.h654 extern _X_EXPORT void *lastGLContext;
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_utils.h671 if (lastGLContext != glamor_priv->ctx.ctx) {
672 lastGLContext = glamor_priv->ctx.ctx;
H A Dglamor_egl.c909 lastGLContext = NULL;
1077 lastGLContext = NULL;
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixutils.c918 void *lastGLContext = NULL; variable in typeref:typename:void *

Completed in 65 milliseconds