Searched refs:currentDrawable (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_xgl_api_read.c | 33 * 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 D | glxcurrent.c | 112 return gc->currentDrawable; in glXGetCurrentDrawable() 140 gc->currentDrawable == draw && gc->currentReadable == read) { in MakeContextCurrent() 174 gc->currentDrawable = draw; in MakeContextCurrent()
|
H A D | glxcmds.c | 855 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 D | dri_common.c | 506 releaseDrawable(priv, gc->currentDrawable); in driReleaseDrawables() 509 gc->currentDrawable = None; in driReleaseDrawables()
|
H A D | glxclient.h | 360 GLXDrawable currentDrawable; member
|
H A D | dri2_glx.c | 555 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_x() 567 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_gl()
|
H A D | dri3_glx.c | 477 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri3_wait_x() 487 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri3_wait_gl()
|
H A D | glx_pbuffer.c | 295 (gc->currentDrawable != drawable && in __glXGetDrawableAttribute()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 98 GLXDrawable currentDrawable; member 1225 ctx->currentDrawable = draw; in glXMakeContextCurrent() 1281 return gc ? gc->currentDrawable : 0; in glXGetCurrentDrawable()
|
Completed in 14 milliseconds