Searched refs:GetCurrentBackEndTag (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxcmds.h | 40 extern int GetCurrentBackEndTag(__GLXclientState * cl, GLXContextTag tag,
|
| H A D | glxvendor.c | 185 be_req->contextTag = GetCurrentBackEndTag(cl, req->contextTag, s); in __glXVForwardSingleReq() 231 GetCurrentBackEndTag(cl, req->contextTag, glxc->pScreen->myNum); in __glXVForwardPipe0WithReply() 325 be_req->contextTag = GetCurrentBackEndTag(cl, req->contextTag, s); in __glXVForwardAllWithReply()
|
| H A D | glxsingle.c | 193 be_req->contextTag = GetCurrentBackEndTag(cl, req->contextTag, s); in __glXForwardSingleReq() 243 GetCurrentBackEndTag(cl, req->contextTag, glxc->pScreen->myNum); in __glXForwardPipe0WithReply() 342 be_req->contextTag = GetCurrentBackEndTag(cl, req->contextTag, s); in __glXForwardAllWithReply() 907 GetCurrentBackEndTag(cl, req->contextTag, s); in __glXDisp_ReadPixels()
|
| H A D | glxcmds.c | 726 GetCurrentBackEndTag(__GLXclientState * cl, GLXContextTag tag, int s) in GetCurrentBackEndTag() function 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() 1541 (glxc ? GetCurrentBackEndTag(cl, req->contextTag, s) : 0); in __glXWaitGL() 1586 (glxc ? GetCurrentBackEndTag(cl, req->contextTag, s) : 0); in __glXWaitX() 1679 (tag ? GetCurrentBackEndTag(cl, req->contextTag, s) : 0); in __glXCopyContext() 2198 (tag ? GetCurrentBackEndTag(cl, tag, s) : 0); in __glXDoSwapBuffers() 2248 be_req->contextTag = (tag ? GetCurrentBackEndTag(cl, tag, s) : 0); in __glXDoSwapBuffers() 2387 be_req->contextTag = GetCurrentBackEndTag(cl, req->contextTag, s); in __glXRender() [all …]
|