| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| glxvendor.c | 157 glxc = __glXLookupContextByTag(cl, req->contextTag); 186 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,s); 210 glxc = __glXLookupContextByTag(cl, req->contextTag); 230 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag, glxc->pScreen->myNum); 293 glxc = __glXLookupContextByTag(cl, req->contextTag); 322 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,s); 379 __GLX_SWAP_INT(&req->contextTag); [all...] |
| glxsingle.c | 166 glxc = __glXLookupContextByTag(cl, req->contextTag); 194 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,s); 223 glxc = __glXLookupContextByTag(cl, req->contextTag); 242 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,glxc->pScreen->myNum); 309 glxc = __glXLookupContextByTag(cl, req->contextTag); 337 be_req->contextTag = GetCurrentBackEndTag(cl,req->contextTag,s); 398 __GLX_SWAP_INT(&req->contextTag); [all...] |
| /xsrc/external/mit/xorg-server/dist/glx/ |
| vnd_dispatch_stubs.c | 14 CARD32 contextTag; 17 contextTag = GlxCheckSwap(client, stuff->contextTag); 18 vendor = glxServer.getContextTag(client, contextTag); 24 client->errorValue = contextTag; 31 CARD32 contextTag; 34 contextTag = GlxCheckSwap(client, stuff->contextTag); 35 vendor = glxServer.getContextTag(client, contextTag); 41 client->errorValue = contextTag; [all...] |
| vndcmds.c | 234 reply.contextTag = 0; 241 reply.contextTag = oldTag->tag; 267 int ret = CommonMakeNewCurrent(client, newVendor, drawable, readdrawable, context, &reply.contextTag); 272 reply.contextTag = 0; 276 reply.contextTag = GlxCheckSwap(client, reply.contextTag); 318 if (stuff->contextTag != 0) { 319 GlxContextTagInfo *tagInfo = GlxLookupContextTag(client, GlxCheckSwap(client, stuff->contextTag)); 339 if (stuff->contextTag != 0) { 342 GlxContextTagInfo *tagInfo = GlxLookupContextTag(client, GlxCheckSwap(client, stuff->contextTag)); [all...] |
| indirect_texture_compression.c | 43 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 90 __glXForceCurrent(cl, bswap_32(req->contextTag), &error);
|
| single2swap.c | 54 __GLX_SWAP_INT(&((xGLXSingleReq *) pc)->contextTag); 94 __GLX_SWAP_INT(&((xGLXSingleReq *) pc)->contextTag); 136 __GLX_SWAP_INT(&((xGLXSingleReq *) pc)->contextTag); 247 __GLX_SWAP_INT(&((xGLXSingleReq *) pc)->contextTag); 269 __GLX_SWAP_INT(&((xGLXSingleReq *) pc)->contextTag);
|
| indirect_dispatch.c | 53 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 69 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 103 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 119 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 1420 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 1436 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 1509 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 1538 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 1557 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); 1586 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error) [all...] |
| indirect_program.c | 56 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error);
|
| swap_interval.c | 45 const GLXContextTag tag = req->contextTag;
|
| indirect_dispatch_swap.c | 156 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error); 173 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error); 227 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error); 245 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error); 1604 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error); 1622 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error); 1705 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error); 1735 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error); 1756 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error); 1787 __glXForceCurrent(cl, bswap_CARD32(&req->contextTag), &error) [all...] |
| glxcmdsswap.c | 175 __GLX_SWAP_INT(&req->contextTag); 188 __GLX_SWAP_INT(&req->contextTag); 530 __GLX_SWAP_INT(&req->contextTag); 544 __GLX_SWAP_INT(&req->contextTag); 635 __GLX_SWAP_INT(&req->contextTag); 661 __GLX_SWAP_INT(&req->contextTag); 686 __GLX_SWAP_INT(&req->contextTag); 710 __GLX_SWAP_INT(&req->contextTag);
|
| xfont.c | 156 cx = __glXForceCurrent(cl, req->contextTag, &error);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| glx_query.c | 70 __glXGetString(Display * dpy, CARD32 contextTag, CARD32 name) 76 contextTag,
|
| indirect_glx.c | 142 *out_tag = reply.contextTag; 226 req->contextTag = gc->currentContextTag; 244 req->contextTag = gc->currentContextTag;
|
| packsingle.h | 73 req->contextTag = gc->currentContextTag; \
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| glx_query.c | 70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) 76 contextTag,
|
| indirect_glx.c | 125 *out_tag = reply.contextTag; 191 req->contextTag = gc->currentContextTag; 209 req->contextTag = gc->currentContextTag; 229 req->contextTag = gc->currentContextTag; 267 req->contextTag = gc->currentContextTag; 309 req->contextTag = gc->currentContextTag;
|
| packsingle.h | 73 req->contextTag = gc->currentContextTag; \
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| indirect_texture_compression.c | 46 __GLXcontext * const cx = __glXForceCurrent( cl, req->contextTag, & error ); 88 __GLXcontext * const cx = __glXForceCurrent( cl, bswap_32( req->contextTag ), & error );
|
| single2swap.c | 56 __GLX_SWAP_INT(&((xGLXSingleReq *)pc)->contextTag); 92 __GLX_SWAP_INT(&((xGLXSingleReq *)pc)->contextTag); 130 __GLX_SWAP_INT(&((xGLXSingleReq *)pc)->contextTag); 235 __GLX_SWAP_INT(&((xGLXSingleReq *)pc)->contextTag); 255 __GLX_SWAP_INT(&((xGLXSingleReq *)pc)->contextTag);
|
| indirect_dispatch.c | 59 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error); 77 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error); 112 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error); 130 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error); 1662 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error); 1680 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error); 1770 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error); 1798 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error); 1818 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error); 1846 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, &error) [all...] |
| indirect_dispatch_swap.c | 138 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error); 156 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error); 209 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error); 227 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error); 1759 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error); 1777 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error); 1867 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error); 1895 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error); 1916 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error); 1945 __GLXcontext * const cx = __glXForceCurrent(cl, bswap_CARD32( &req->contextTag ), &error) [all...] |
| swap_interval.c | 49 const GLXContextTag tag = req->contextTag;
|
| indirect_program.c | 70 __GLXcontext * const cx = __glXForceCurrent(cl, req->contextTag, & error);
|
| glxcmdsswap.c | 217 __GLX_SWAP_INT(&req->contextTag); 231 __GLX_SWAP_INT(&req->contextTag); 563 __GLX_SWAP_INT(&req->contextTag); 578 __GLX_SWAP_INT(&req->contextTag); 666 __GLX_SWAP_INT(&req->contextTag); 690 __GLX_SWAP_INT(&req->contextTag); 713 __GLX_SWAP_INT(&req->contextTag); 735 __GLX_SWAP_INT(&req->contextTag); 767 __GLX_SWAP_INT(&reply->contextTag);
|