HomeSort by relevance Sort by last modified time
    Searched refs:currentDrawable (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/glx/apple/
apple_xgl_api_read.c 33 * 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/
glxcurrent.c 165 return gc->currentDrawable;
192 gc->currentDrawable == draw && gc->currentReadable == read) {
223 gc->currentDrawable = draw;
dri_common.c 466 gc->currentDrawable, (void *) &pdraw) == 0) {
471 __glxHashDelete(priv->drawHash, gc->currentDrawable);
487 gc->currentDrawable = None;
xfont.c 238 win = CC->currentDrawable;
241 glxdraw = GetGLXDRIDrawable(CC->currentDpy, CC->currentDrawable);
glxcmds.c 838 Bool flush = gc != &dummyContext && drawable == gc->currentDrawable;
856 ((drawable == gc->currentDrawable)
    [all...]
glxclient.h 368 GLXDrawable currentDrawable;
dri3_glx.c 445 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
455 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
    [all...]
glx_pbuffer.c 332 (gc->currentDrawable != drawable &&
dri2_glx.c 645 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
657 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 41 GLXDrawable currentDrawable;
glxapi.c 245 return gc ? gc->currentDrawable : 0;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 94 GLXDrawable currentDrawable;
    [all...]

Completed in 146 milliseconds