Searched refs:oldContextTag (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vndcmds.c | 203 GLXContextTag oldContextTag, in CommonMakeCurrent() argument 212 oldContextTag = GlxCheckSwap(client, oldContextTag); in CommonMakeCurrent() 219 if (oldContextTag != 0) { in CommonMakeCurrent() 220 oldTag = GlxLookupContextTag(client, oldContextTag); in CommonMakeCurrent() 282 return CommonMakeCurrent(client, stuff->oldContextTag, in dispatch_GLXMakeCurrent() 291 return CommonMakeCurrent(client, stuff->oldContextTag, in dispatch_GLXMakeContextCurrent() 300 return CommonMakeCurrent(client, stuff->oldContextTag, in dispatch_GLXMakeCurrentReadSGI()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | glxvndabi.h | 307 GLXContextTag oldContextTag,
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxcmdsswap.c | 164 __GLX_SWAP_INT(&req->oldContextTag); in __glXSwapMakeCurrent() 180 __GLX_SWAP_INT(&req->oldContextTag); in __glXSwapMakeContextCurrent() 196 __GLX_SWAP_INT(&req->oldContextTag); in __glXSwapMakeCurrentReadSGI()
|
| H A D | glxcmds.c | 811 GLXContextID context, GLXContextTag oldContextTag) in MakeCurrent() argument 831 GLXContextTag tag = oldContextTag; in MakeCurrent() 1298 be_req->oldContextTag = GetCurrentBackEndTag(cl, tag, s); in MakeCurrent() 1353 be_new_req->oldContextTag = GetCurrentBackEndTag(cl, tag, s); in MakeCurrent() 1384 ext_req->oldContextTag = GetCurrentBackEndTag(cl, tag, s); in MakeCurrent() 1423 req->context, req->oldContextTag)); in __glXMakeCurrent() 1432 req->context, req->oldContextTag)); in __glXMakeContextCurrent() 1441 req->context, req->oldContextTag)); in __glXMakeCurrentReadSGI()
|