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

/xsrc/external/mit/MesaLib.old/dist/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) {
76 gc->currentDrawable);
90 gc->currentDrawable)) {
/xsrc/external/mit/MesaLib/dist/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) {
76 gc->currentDrawable);
90 gc->currentDrawable)) {
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcurrent.c169 return gc->currentDrawable;
196 gc->currentDrawable == draw && gc->currentReadable == read) {
234 gc->currentDrawable = draw;
H A Ddri_common.c396 gc->currentDrawable, (void *) &pdraw) == 0) {
401 __glxHashDelete(priv->drawHash, gc->currentDrawable);
417 gc->currentDrawable = None;
H A Dxfont.c238 win = CC->currentDrawable;
241 glxdraw = GetGLXDRIDrawable(CC->currentDpy, CC->currentDrawable);
H A Dglxcmds.c855 Bool flush = gc != &dummyContext && drawable == gc->currentDrawable;
873 ((drawable == gc->currentDrawable)
1767 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1817 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1846 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1881 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1923 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
2372 ((drawable == gc->currentDrawable) ||
H A Dglxclient.h368 GLXDrawable currentDrawable; member in struct:glx_context
H A Ddri3_glx.c466 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
476 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
H A Dglx_pbuffer.c332 (gc->currentDrawable != drawable &&
H A Ddri2_glx.c652 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
664 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcurrent.c169 return gc->currentDrawable;
197 gc->currentDrawable == draw && gc->currentReadable == read) {
234 gc->currentDrawable = draw;
H A Ddri_common.c395 gc->currentDrawable, (void *) &pdraw) == 0) {
400 __glxHashDelete(priv->drawHash, gc->currentDrawable);
416 gc->currentDrawable = None;
H A Dglxcmds.c853 Bool flush = gc != &dummyContext && drawable == gc->currentDrawable;
871 ((drawable == gc->currentDrawable)
1757 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1808 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1835 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1894 if (!gc->currentDrawable)
1897 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1934 if (!gc->currentDrawable)
1937 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
2382 ((drawable == gc->currentDrawable) ||
[all...]
H A Dglxclient.h356 GLXDrawable currentDrawable; member in struct:glx_context
H A Ddri3_glx.c452 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
462 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
H A Dglx_pbuffer.c296 (gc->currentDrawable != drawable &&
H A Ddri2_glx.c591 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
603 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.h41 GLXDrawable currentDrawable; member in struct:__GLXcontextRec
H A Dglxapi.c245 return gc ? gc->currentDrawable : 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.h41 GLXDrawable currentDrawable; member in struct:__GLXcontextRec
H A Dglxapi.c241 return gc ? gc->currentDrawable : 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c97 GLXDrawable currentDrawable; member in struct:__GLXcontextRec
1251 ctx->currentDrawable = draw;
1314 return gc ? gc->currentDrawable : 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_api.c97 GLXDrawable currentDrawable; member in struct:__GLXcontextRec
1225 ctx->currentDrawable = draw;
1281 return gc ? gc->currentDrawable : 0;

Completed in 37 milliseconds