Searched refs:__glXLookupContextByTag (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxutil.h | 35 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState *, GLXContextTag);
|
| H A D | glxvendor.c | 156 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXVForwardSingleReq() 210 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXVForwardPipe0WithReply() 296 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXVForwardAllWithReply()
|
| H A D | glxsingle.c | 165 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXForwardSingleReq() 223 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXForwardPipe0WithReply() 314 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXForwardAllWithReply() 812 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXDisp_ReadPixels()
|
| H A D | glxcmds.c | 755 __glXLookupContextByTag(__GLXclientState * cl, GLXContextTag tag) in __glXLookupContextByTag() function 859 prevglxc = __glXLookupContextByTag(cl, tag); in MakeCurrent() 1519 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXWaitGL() 1562 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXWaitX() 1644 __GLXcontext *tagcx = __glXLookupContextByTag(cl, tag); in __glXCopyContext() 2167 glxc = __glXLookupContextByTag(cl, tag); in __glXDoSwapBuffers() 2315 glxc = __glXLookupContextByTag(cl, tag); in __glXSwapBuffers() 2359 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXRender() 2416 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXRenderLarge() 2801 glxc = __glXLookupContextByTag(cl, req->contextTag); in __glXUseXFont() [all …]
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxutil.h | 45 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState *, GLXContextTag);
|
| H A D | swap_interval.c | 51 cx = __glXLookupContextByTag(cl, tag); in DoSwapInterval()
|
| H A D | glxcmds.c | 443 __glXLookupContextByTag(__GLXclientState * cl, GLXContextTag tag) in __glXLookupContextByTag() function 756 glxc = __glXLookupContextByTag(cl, tag); in __glXDisp_WaitGL() 782 glxc = __glXLookupContextByTag(cl, tag); in __glXDisp_WaitX() 835 __GLXcontext *tagcx = __glXLookupContextByTag(cl, tag); in __glXDisp_CopyContext() 1599 glxc = __glXLookupContextByTag(cl, tag); in __glXDisp_SwapBuffers() 1804 glxc = __glXLookupContextByTag(cl, tag); in __glXDisp_CopySubBufferMESA()
|
| H A D | glxext.c | 595 cx = __glXLookupContextByTag(cl, tag); in __glXForceCurrent()
|