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

/external/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) {
76 gc->currentDrawable);
90 gc->currentDrawable)) {
/external/mesa3d/src/glx/
H A Dglxcurrent.c165 return gc->currentDrawable;
207 gc->currentDrawable == draw && gc->currentReadable == read) {
237 gc->currentDrawable = draw;
H A Ddri_common.c437 gc->currentDrawable, (void *) &pdraw) == 0) {
442 __glxHashDelete(priv->drawHash, gc->currentDrawable);
458 gc->currentDrawable = None;
H A Dxfont.c238 win = CC->currentDrawable;
241 glxdraw = GetGLXDRIDrawable(CC->currentDpy, CC->currentDrawable);
H A Dglxcmds.c841 Bool flush = gc != &dummyContext && drawable == gc->currentDrawable;
859 ((drawable == gc->currentDrawable)
1763 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1813 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1842 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1877 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
1919 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
2403 ((drawable == gc->currentDrawable) ||
H A Dglxclient.h368 GLXDrawable currentDrawable; member in struct:glx_context
H A Ddri3_glx.c457 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
467 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
H A Dglx_pbuffer.c332 (gc->currentDrawable != drawable &&
H A Ddri2_glx.c639 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
651 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h42 GLXDrawable currentDrawable; member in struct:__GLXcontextRec
H A Dglxapi.c246 return gc ? gc->currentDrawable : 0;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c94 GLXDrawable currentDrawable; member in struct:__GLXcontextRec
1238 ctx->currentDrawable = draw;
1301 return gc ? gc->currentDrawable : 0;

Completed in 149 milliseconds