Home
last modified time | relevance | path

Searched refs:currentDrawable (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_xgl_api_read.c66 && gc->currentReadable != gc->currentDrawable) { in SetRead()
75 gc->currentDrawable); in SetRead()
89 gc->currentDrawable)) { in UnsetRead()
/external/mesa3d/src/glx/
Dglxcurrent.c186 return gc->currentDrawable; in glXGetCurrentDrawable()
248 gc->currentDrawable == draw && gc->currentReadable == read) { in MakeContextCurrent()
278 gc->currentDrawable = draw; in MakeContextCurrent()
Ddri_common.c431 gc->currentDrawable, (void *) &pdraw) == 0) { in driReleaseDrawables()
436 __glxHashDelete(priv->drawHash, gc->currentDrawable); in driReleaseDrawables()
452 gc->currentDrawable = None; in driReleaseDrawables()
Dglxcmds.c808 if (gc && drawable == gc->currentDrawable) { in glXSwapBuffers()
828 ((drawable == gc->currentDrawable) in glXSwapBuffers()
1757 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXSwapIntervalSGI()
1803 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXSwapIntervalMESA()
1825 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXGetSwapIntervalMESA()
1859 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXGetVideoSyncSGI()
1901 pdraw = GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXWaitVideoSyncSGI()
2388 ((drawable == gc->currentDrawable) || in __glXCopySubBufferMESA()
Dxfont.c234 win = CC->currentDrawable; in DRI_glXUseXFont()
Dglxclient.h347 GLXDrawable currentDrawable; member
Ddri2_glx.c576 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_x()
588 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_gl()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h42 GLXDrawable currentDrawable; member
Dglxapi.c286 return gc ? gc->currentDrawable : 0; in glXGetCurrentDrawable()
Dfakeglx.c1403 ((__GLXcontext *) ctx)->currentDrawable = draw; in Fake_glXMakeContextCurrent()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c80 GLXDrawable currentDrawable; member
1179 ctx->currentDrawable = draw; in glXMakeContextCurrent()
1242 return gc ? gc->currentDrawable : 0; in glXGetCurrentDrawable()