Home
last modified time | relevance | path

Searched refs:currentDrawable (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c33 * The way it works is by swapping the currentDrawable for the currentReadable
67 && gc->currentReadable != gc->currentDrawable) { in SetRead()
76 gc->currentDrawable); in SetRead()
90 gc->currentDrawable)) { in UnsetRead()
/third_party/mesa3d/src/glx/
H A Dglxcurrent.c112 return gc->currentDrawable; in glXGetCurrentDrawable()
140 gc->currentDrawable == draw && gc->currentReadable == read) { in MakeContextCurrent()
174 gc->currentDrawable = draw; in MakeContextCurrent()
H A Dglxcmds.c855 Bool flush = gc != &dummyContext && drawable == gc->currentDrawable; in glXSwapBuffers()
874 ((drawable == gc->currentDrawable) in glXSwapBuffers()
1760 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in glXSwapIntervalSGI()
1811 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in glXSwapIntervalMESA()
1838 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in glXGetSwapIntervalMESA()
1897 if (!gc->currentDrawable) in glXGetVideoSyncSGI()
1900 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in glXGetVideoSyncSGI()
1937 if (!gc->currentDrawable) in glXWaitVideoSyncSGI()
1940 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in glXWaitVideoSyncSGI()
2384 ((drawable == gc->currentDrawable) || in glXCopySubBufferMESA()
[all...]
H A Ddri_common.c506 releaseDrawable(priv, gc->currentDrawable); in driReleaseDrawables()
509 gc->currentDrawable = None; in driReleaseDrawables()
H A Dglxclient.h360 GLXDrawable currentDrawable; member
H A Ddri2_glx.c555 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_x()
567 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_gl()
H A Ddri3_glx.c477 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri3_wait_x()
487 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri3_wait_gl()
H A Dglx_pbuffer.c295 (gc->currentDrawable != drawable && in __glXGetDrawableAttribute()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c98 GLXDrawable currentDrawable; member
1225 ctx->currentDrawable = draw; in glXMakeContextCurrent()
1281 return gc ? gc->currentDrawable : 0; in glXGetCurrentDrawable()

Completed in 16 milliseconds