Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.h40 extern int GetCurrentBackEndTag(__GLXclientState * cl, GLXContextTag tag,
H A Dglxvendor.c185 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 Dglxsingle.c193 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 Dglxcmds.c726 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 …]