Searched refs:currentDrawable (Results 1 – 11 of 11) sorted by relevance
66 && gc->currentReadable != gc->currentDrawable) { in SetRead()75 gc->currentDrawable); in SetRead()89 gc->currentDrawable)) { in UnsetRead()
186 return gc->currentDrawable; in glXGetCurrentDrawable()248 gc->currentDrawable == draw && gc->currentReadable == read) { in MakeContextCurrent()278 gc->currentDrawable = draw; in MakeContextCurrent()
431 gc->currentDrawable, (void *) &pdraw) == 0) { in driReleaseDrawables()436 __glxHashDelete(priv->drawHash, gc->currentDrawable); in driReleaseDrawables()452 gc->currentDrawable = None; in driReleaseDrawables()
808 if (gc && drawable == gc->currentDrawable) { in glXSwapBuffers()828 ((drawable == gc->currentDrawable) in glXSwapBuffers()1757 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXSwapIntervalSGI()1803 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXSwapIntervalMESA()1825 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXGetSwapIntervalMESA()1859 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXGetVideoSyncSGI()1901 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXWaitVideoSyncSGI()2388 ((drawable == gc->currentDrawable) || in __glXCopySubBufferMESA()
234 win = CC->currentDrawable; in DRI_glXUseXFont()
347 GLXDrawable currentDrawable; member
576 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_x()588 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_gl()
42 GLXDrawable currentDrawable; member
286 return gc ? gc->currentDrawable : 0; in glXGetCurrentDrawable()
1403 ((__GLXcontext *) ctx)->currentDrawable = draw; in Fake_glXMakeContextCurrent()
80 GLXDrawable currentDrawable; member1179 ctx->currentDrawable = draw; in glXMakeContextCurrent()1242 return gc ? gc->currentDrawable : 0; in glXGetCurrentDrawable()