Lines Matching refs:glxc
150 __GLXcontext *glxc; in __glXVForwardSingleReq() local
156 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXVForwardSingleReq()
157 if (!glxc) { in __glXVForwardSingleReq()
160 from_screen = to_screen = glxc->pScreen->myNum; in __glXVForwardSingleReq()
203 __GLXcontext *glxc; in __glXVForwardPipe0WithReply() local
210 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXVForwardPipe0WithReply()
211 if (!glxc) { in __glXVForwardPipe0WithReply()
218 dmxScreen = &dmxScreens[glxc->pScreen->myNum]; in __glXVForwardPipe0WithReply()
219 dpy = GetBackEndDisplay(cl, glxc->pScreen->myNum); in __glXVForwardPipe0WithReply()
231 GetCurrentBackEndTag(cl, req->contextTag, glxc->pScreen->myNum); in __glXVForwardPipe0WithReply()
285 __GLXcontext *glxc; in __glXVForwardAllWithReply() local
296 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXVForwardAllWithReply()
297 if (!glxc) { in __glXVForwardAllWithReply()
300 from_screen = to_screen = glxc->pScreen->myNum; in __glXVForwardAllWithReply()