Home
last modified time | relevance | path

Searched refs:oldContextTag (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndcmds.c203 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 Dglxvndabi.h307 GLXContextTag oldContextTag,
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmdsswap.c164 __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 Dglxcmds.c811 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()