| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | 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)) {
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | 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)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxcurrent.c | 169 return gc->currentDrawable; 196 gc->currentDrawable == draw && gc->currentReadable == read) { 234 gc->currentDrawable = draw;
|
| H A D | dri_common.c | 396 gc->currentDrawable, (void *) &pdraw) == 0) { 401 __glxHashDelete(priv->drawHash, gc->currentDrawable); 417 gc->currentDrawable = None;
|
| H A D | xfont.c | 238 win = CC->currentDrawable; 241 glxdraw = GetGLXDRIDrawable(CC->currentDpy, CC->currentDrawable);
|
| H A D | glxcmds.c | 855 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 D | glxclient.h | 368 GLXDrawable currentDrawable; member in struct:glx_context
|
| H A D | dri3_glx.c | 466 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); 476 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
|
| H A D | glx_pbuffer.c | 332 (gc->currentDrawable != drawable &&
|
| H A D | dri2_glx.c | 652 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); 664 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxcurrent.c | 169 return gc->currentDrawable; 197 gc->currentDrawable == draw && gc->currentReadable == read) { 234 gc->currentDrawable = draw;
|
| H A D | dri_common.c | 395 gc->currentDrawable, (void *) &pdraw) == 0) { 400 __glxHashDelete(priv->drawHash, gc->currentDrawable); 416 gc->currentDrawable = None;
|
| H A D | glxcmds.c | 853 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 D | glxclient.h | 356 GLXDrawable currentDrawable; member in struct:glx_context
|
| H A D | dri3_glx.c | 452 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); 462 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
|
| H A D | glx_pbuffer.c | 296 (gc->currentDrawable != drawable &&
|
| H A D | dri2_glx.c | 591 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); 603 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 41 GLXDrawable currentDrawable; member in struct:__GLXcontextRec
|
| H A D | glxapi.c | 245 return gc ? gc->currentDrawable : 0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 41 GLXDrawable currentDrawable; member in struct:__GLXcontextRec
|
| H A D | glxapi.c | 241 return gc ? gc->currentDrawable : 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 97 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 D | glx_api.c | 97 GLXDrawable currentDrawable; member in struct:__GLXcontextRec 1225 ctx->currentDrawable = draw; 1281 return gc ? gc->currentDrawable : 0;
|