Searched refs:__glXLookupContextByTag (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxutil.h37 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState*, GLXContextTag);
H A Dglxvendor.c157 glxc = __glXLookupContextByTag(cl, req->contextTag);
210 glxc = __glXLookupContextByTag(cl, req->contextTag);
293 glxc = __glXLookupContextByTag(cl, req->contextTag);
H A Dglxsingle.c166 glxc = __glXLookupContextByTag(cl, req->contextTag);
223 glxc = __glXLookupContextByTag(cl, req->contextTag);
309 glxc = __glXLookupContextByTag(cl, req->contextTag);
772 glxc = __glXLookupContextByTag(cl, req->contextTag);
H A Dglxcmds.c652 __GLXcontext *__glXLookupContextByTag(__GLXclientState *cl, GLXContextTag tag) function in typeref:typename:__GLXcontext *
746 prevglxc = __glXLookupContextByTag(cl, tag);
1380 glxc = __glXLookupContextByTag(cl, req->contextTag);
1421 glxc = __glXLookupContextByTag(cl, req->contextTag);
1501 __GLXcontext *tagcx = __glXLookupContextByTag(cl, tag);
2012 glxc = __glXLookupContextByTag(cl, tag);
2159 glxc = __glXLookupContextByTag(cl, tag);
2203 glxc = __glXLookupContextByTag(cl, req->contextTag);
2259 glxc = __glXLookupContextByTag(cl, req->contextTag);
2640 glxc = __glXLookupContextByTag(c
[all...]
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxutil.h45 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState *, GLXContextTag);
H A Dswap_interval.c51 cx = __glXLookupContextByTag(cl, tag);
H A Dglxcmds.c458 __glXLookupContextByTag(__GLXclientState * cl, GLXContextTag tag) function in typeref:typename:__GLXcontext *
779 glxc = __glXLookupContextByTag(cl, tag);
805 glxc = __glXLookupContextByTag(cl, tag);
858 __GLXcontext *tagcx = __glXLookupContextByTag(cl, tag);
1628 glxc = __glXLookupContextByTag(cl, tag);
1833 glxc = __glXLookupContextByTag(cl, tag);
H A Dglxext.c595 cx = __glXLookupContextByTag(cl, tag);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxutil.h45 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState*, GLXContextTag);
H A Dswap_interval.c56 cx = __glXLookupContextByTag(cl, tag);
H A Dglxext.c400 cx = (__GLXcontext *) __glXLookupContextByTag(cl, tag);
H A Dglxcmds.c401 * for new contexts but __glXLookupContextByTag for previous contexts.
403 __GLXcontext *__glXLookupContextByTag(__GLXclientState *cl, GLXContextTag tag) function in typeref:typename:__GLXcontext *
538 prevglxc = __glXLookupContextByTag(cl, tag);
754 glxc = __glXLookupContextByTag(cl, tag);
782 glxc = __glXLookupContextByTag(cl, tag);
837 __GLXcontext *tagcx = __glXLookupContextByTag(cl, tag);
1569 glxc = __glXLookupContextByTag(cl, tag);
1768 glxc = __glXLookupContextByTag(cl, tag);

Completed in 18 milliseconds