Searched refs:oldContextTag (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | vndcmds.c | 206 GLXContextTag oldContextTag, 215 oldContextTag = GlxCheckSwap(client, oldContextTag); 222 if (oldContextTag != 0) { 223 oldTag = GlxLookupContextTag(client, oldContextTag); 285 return CommonMakeCurrent(client, stuff->oldContextTag, 294 return CommonMakeCurrent(client, stuff->oldContextTag, 303 return CommonMakeCurrent(client, stuff->oldContextTag, 205 CommonMakeCurrent(ClientPtr client,GLXContextTag oldContextTag,GLXDrawable drawable,GLXDrawable readdrawable,GLXContextID context) argument
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | glxvndabi.h | 301 * up the private data pointer for \p oldContextTag. 307 GLXContextTag oldContextTag,
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | indirect_glx.c | 100 req->oldContextTag = gc_tag; 119 req->oldContextTag = gc_tag; 135 req->oldContextTag = gc_tag;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | indirect_glx.c | 83 req->oldContextTag = gc_tag; 102 req->oldContextTag = gc_tag; 118 req->oldContextTag = gc_tag;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxcmdsswap.c | 152 __GLX_SWAP_INT(&req->oldContextTag); 166 __GLX_SWAP_INT(&req->oldContextTag); 180 __GLX_SWAP_INT(&req->oldContextTag);
|
| H A D | glxcmds.c | 703 GLXContextTag oldContextTag) 719 GLXContextTag tag = oldContextTag; 1176 be_req->oldContextTag = GetCurrentBackEndTag(cl, tag, s); 1228 be_new_req->oldContextTag = GetCurrentBackEndTag(cl, tag, s); 1258 ext_req->oldContextTag = GetCurrentBackEndTag(cl, tag, s); 1295 req->context, req->oldContextTag ) ); 1303 req->context, req->oldContextTag ) ); 1311 req->context, req->oldContextTag ) ); 699 MakeCurrent(__GLXclientState * cl,GLXDrawable drawable,GLXDrawable readdrawable,GLXContextID context,GLXContextTag oldContextTag) argument
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxcmdsswap.c | 140 __GLX_SWAP_INT(&req->oldContextTag); 157 __GLX_SWAP_INT(&req->oldContextTag); 174 __GLX_SWAP_INT(&req->oldContextTag);
|
| H A D | glxcmds.c | 657 req->context, req->oldContextTag ); 668 req->context, req->oldContextTag ); 679 req->context, req->oldContextTag );
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxproto.h | 231 GLXContextTag oldContextTag; member in struct:GLXMakeCurrent 476 GLXContextTag oldContextTag; member in struct:GLXMakeContextCurrent 955 GLXContextTag oldContextTag; member in struct:GLXMakeCurrentReadSGI
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrglxext.c | 538 req->oldContextTag,
|
| H A D | ephyrhostglx.c | 561 req->oldContextTag = a_old_ctxt_tag;
|
Completed in 27 milliseconds