Searched refs:__glXLookupContextByTag (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxutil.h | 37 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState*, GLXContextTag);
|
| H A D | glxvendor.c | 157 glxc = __glXLookupContextByTag(cl, req->contextTag); 210 glxc = __glXLookupContextByTag(cl, req->contextTag); 293 glxc = __glXLookupContextByTag(cl, req->contextTag);
|
| H A D | glxsingle.c | 166 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 D | glxcmds.c | 652 __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 D | glxutil.h | 45 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState *, GLXContextTag);
|
| H A D | swap_interval.c | 51 cx = __glXLookupContextByTag(cl, tag);
|
| H A D | glxcmds.c | 458 __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 D | glxext.c | 595 cx = __glXLookupContextByTag(cl, tag);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxutil.h | 45 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState*, GLXContextTag);
|
| H A D | swap_interval.c | 56 cx = __glXLookupContextByTag(cl, tag);
|
| H A D | glxext.c | 400 cx = (__GLXcontext *) __glXLookupContextByTag(cl, tag);
|
| H A D | glxcmds.c | 401 * 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