Home
last modified time | relevance | path

Searched refs:GetBackEndDisplay (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c115 GetBackEndDisplay(__GLXclientState * cl, int s) in GetBackEndDisplay() function
326 XAllocID(GetBackEndDisplay(cl, screen)); in CreateContext()
329 dpy = GetBackEndDisplay(cl, screen); in CreateContext()
637 Display *dpy = GetBackEndDisplay(cl, s); in __glXDestroyContext()
1253 Display *dpy = GetBackEndDisplay(cl, s); in MakeCurrent()
1534 Display *dpy = GetBackEndDisplay(cl, s); in __glXWaitGL()
1577 Display *dpy = GetBackEndDisplay(cl, s); in __glXWaitX()
1669 Display *dpy = GetBackEndDisplay(cl, s); in __glXCopyContext()
1929 Display *dpy = GetBackEndDisplay(cl, s); in CreateGLXPixmap()
2070 Display *dpy = GetBackEndDisplay(cl, s); in __glXDestroyGLXPixmap()
[all …]
H A Dglxcmds.h39 extern Display *GetBackEndDisplay(__GLXclientState * cl, int s);
H A Dglxvendor.c177 Display *dpy = GetBackEndDisplay(cl, s); in __glXVForwardSingleReq()
219 dpy = GetBackEndDisplay(cl, glxc->pScreen->myNum); in __glXVForwardPipe0WithReply()
317 dpy = GetBackEndDisplay(cl, s); in __glXVForwardAllWithReply()
H A Dglxsingle.c186 Display *dpy = GetBackEndDisplay(cl, s); in __glXForwardSingleReq()
232 dpy = GetBackEndDisplay(cl, glxc->pScreen->myNum); in __glXForwardPipe0WithReply()
335 dpy = GetBackEndDisplay(cl, s); in __glXForwardAllWithReply()
874 Display *dpy = GetBackEndDisplay(cl, s); in __glXDisp_ReadPixels()