Home
last modified time | relevance | path

Searched refs:currentReadable (Results 1 - 7 of 7) 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
66 if (None != gc->currentReadable in SetRead()
67 && gc->currentReadable != gc->currentDrawable) { in SetRead()
73 gc->currentReadable)) { in SetRead()
/third_party/mesa3d/src/glx/
H A Dglxcurrent.c140 gc->currentDrawable == draw && gc->currentReadable == read) { in MakeContextCurrent()
175 gc->currentReadable = read; in MakeContextCurrent()
H A Ddri_common.c507 releaseDrawable(priv, gc->currentReadable); in driReleaseDrawables()
510 gc->currentReadable = None; in driReleaseDrawables()
H A Dglxclient.h358 * context is not current to any drawable. currentReadable is below.
399 GLXDrawable currentReadable; member
H A Dglxcmds.c875 || (drawable == gc->currentReadable))) { in glXSwapBuffers()
1657 return gc->currentReadable; in glXGetCurrentReadDrawable()
2385 (drawable == gc->currentReadable))) { in glXCopySubBufferMESA()
H A Dglx_pbuffer.c296 gc->currentReadable != drawable)) { in __glXGetDrawableAttribute()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c99 GLXDrawable currentReadable; member
1226 ctx->currentReadable = read; in glXMakeContextCurrent()
1289 return gc ? gc->currentReadable : 0; in glXGetCurrentReadDrawable()

Completed in 19 milliseconds