HomeSort by: relevance | last modified time | path
    Searched refs:lastGLContext (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glx/
glxdri2.c 105 __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...]
glxext.c 119 lastGLContext = NULL;
181 if (cx == lastGLContext) {
182 lastGLContext = NULL;
326 lastGLContext = NULL;
624 if (cx == lastGLContext) {
637 lastGLContext = cx;
640 lastGLContext = NULL;
glxdriswrast.c 303 __GLXcontext *cx = lastGLContext;
312 if (cx != lastGLContext) {
313 lastGLContext = cx;
325 __GLXcontext *cx = lastGLContext;
329 if (cx != lastGLContext) {
330 lastGLContext = cx;
glxcmds.c 201 lastGLContext = NULL;
647 lastGLContext = NULL;
659 lastGLContext = glxc;
661 lastGLContext = NULL;
  /xsrc/external/mit/xorg-server/dist/include/
dix.h 654 extern _X_EXPORT void *lastGLContext;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_utils.h 671 if (lastGLContext != glamor_priv->ctx.ctx) {
672 lastGLContext = glamor_priv->ctx.ctx;
glamor_egl.c 946 lastGLContext = NULL;
1164 lastGLContext = NULL;
  /xsrc/external/mit/xorg-server/dist/dix/
dixutils.c 918 void *lastGLContext = NULL;

Completed in 21 milliseconds