Lines Matching refs:lastGLContext
105 __GLXcontext *cx = lastGLContext; in copy_box()
114 if (cx != lastGLContext) { in copy_box()
115 lastGLContext = cx; in copy_box()
205 __GLXcontext *cx = lastGLContext; in __glXDRIdrawableSwapBuffers()
215 if (cx != lastGLContext) { in __glXDRIdrawableSwapBuffers()
216 lastGLContext = cx; in __glXDRIdrawableSwapBuffers()
226 __GLXcontext *cx = lastGLContext; in __glXDRIdrawableSwapInterval()
232 if (cx != lastGLContext) { in __glXDRIdrawableSwapInterval()
233 lastGLContext = cx; in __glXDRIdrawableSwapInterval()
288 __GLXcontext *cx = lastGLContext; in __glXDRIcontextWait()
292 if (cx != lastGLContext) { in __glXDRIcontextWait()
293 lastGLContext = cx; in __glXDRIcontextWait()
598 __GLXcontext *cx = lastGLContext; in __glXDRIscreenCreateDrawable()
621 if (cx != lastGLContext) { in __glXDRIscreenCreateDrawable()
622 lastGLContext = cx; in __glXDRIscreenCreateDrawable()
648 __GLXcontext *cx = lastGLContext; in dri2GetBuffers()
652 if (cx != lastGLContext) { in dri2GetBuffers()
653 lastGLContext = cx; in dri2GetBuffers()
661 assert(lastGLContext == cx); in dri2GetBuffers()
705 __GLXcontext *cx = lastGLContext; in dri2GetBuffersWithFormat()
710 if (cx != lastGLContext) { in dri2GetBuffersWithFormat()
711 lastGLContext = cx; in dri2GetBuffersWithFormat()
720 assert(lastGLContext == cx); in dri2GetBuffersWithFormat()