Home
last modified time | relevance | path

Searched refs:__glXLookupContextByTag (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxutil.h35 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState *, GLXContextTag);
H A Dglxvendor.c156 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 Dglxsingle.c165 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 Dglxcmds.c755 __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 Dglxutil.h45 extern __GLXcontext *__glXLookupContextByTag(__GLXclientState *, GLXContextTag);
H A Dswap_interval.c51 cx = __glXLookupContextByTag(cl, tag); in DoSwapInterval()
H A Dglxcmds.c443 __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 Dglxext.c595 cx = __glXLookupContextByTag(cl, tag); in __glXForceCurrent()