Searched refs:GetCurrentBackEndTag (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxvendor.c | 82 extern int GetCurrentBackEndTag(__GLXclientState *cl, GLXContextTag tag, int s); 186 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,s); 230 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag, glxc->pScreen->myNum); 322 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,s);
|
| H A D | glxsingle.c | 85 extern int GetCurrentBackEndTag(__GLXclientState *cl, GLXContextTag tag, int s); 194 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,s); 242 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,glxc->pScreen->myNum); 337 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,s); 864 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,s);
|
| H A D | glxcmds.c | 626 int GetCurrentBackEndTag(__GLXclientState *cl, GLXContextTag tag, int s) function in typeref:typename:int 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); 1401 be_req->contextTag = (glxc ? GetCurrentBackEndTag(cl,req->contextTag,s) : 0); 1444 be_req->contextTag = (glxc ? GetCurrentBackEndTag(cl,req->contextTag,s) : 0); 1535 be_req->contextTag = (tag ? GetCurrentBackEndTag(cl,req->contextTag,s) : 0); 2042 finishReq->contextTag = (tag ? GetCurrentBackEndTag(cl,tag,s) : 0); 2093 be_req->contextTag = ( tag ? GetCurrentBackEndTag(cl,tag,s) : 0 ); 2231 be_req->contextTag = GetCurrentBackEndTag(c [all...] |
Completed in 12 milliseconds