• Home
  • Raw
  • Download

Lines Matching refs:dpy

109 static void dispatch_BindTexImageEXT(Display *dpy, GLXDrawable drawable,  in dispatch_BindTexImageEXT()  argument
115 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_BindTexImageEXT()
123 (*pBindTexImageEXT)(dpy, drawable, buffer, attrib_list); in dispatch_BindTexImageEXT()
128 static GLXFBConfigSGIX *dispatch_ChooseFBConfigSGIX(Display *dpy, int screen, in dispatch_ChooseFBConfigSGIX() argument
136 dd = __VND->getDynDispatch(dpy, screen); in dispatch_ChooseFBConfigSGIX()
144 ret = (*pChooseFBConfigSGIX)(dpy, screen, attrib_list, nelements); in dispatch_ChooseFBConfigSGIX()
145 if (AddFBConfigsMapping(dpy, ret, nelements, dd)) { in dispatch_ChooseFBConfigSGIX()
155 static GLXContext dispatch_CreateContextAttribsARB(Display *dpy, in dispatch_CreateContextAttribsARB() argument
165 dd = GetDispatchFromFBConfig(dpy, config); in dispatch_CreateContextAttribsARB()
173 ret = (*pCreateContextAttribsARB)(dpy, config, share_list, direct, attrib_list); in dispatch_CreateContextAttribsARB()
174 if (AddContextMapping(dpy, ret, dd)) { in dispatch_CreateContextAttribsARB()
186 static GLXContext dispatch_CreateContextWithConfigSGIX(Display *dpy, in dispatch_CreateContextWithConfigSGIX() argument
196 dd = GetDispatchFromFBConfig(dpy, config); in dispatch_CreateContextWithConfigSGIX()
204 ret = (*pCreateContextWithConfigSGIX)(dpy, config, render_type, share_list, direct); in dispatch_CreateContextWithConfigSGIX()
205 if (AddContextMapping(dpy, ret, dd)) { in dispatch_CreateContextWithConfigSGIX()
217 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy, in dispatch_CreateGLXPbufferSGIX() argument
227 dd = GetDispatchFromFBConfig(dpy, config); in dispatch_CreateGLXPbufferSGIX()
235 ret = (*pCreateGLXPbufferSGIX)(dpy, config, width, height, attrib_list); in dispatch_CreateGLXPbufferSGIX()
236 if (AddDrawableMapping(dpy, ret, dd)) { in dispatch_CreateGLXPbufferSGIX()
241 (*pDestroyGLXPbufferSGIX)(dpy, ret); in dispatch_CreateGLXPbufferSGIX()
251 static GLXPixmap dispatch_CreateGLXPixmapWithConfigSGIX(Display *dpy, in dispatch_CreateGLXPixmapWithConfigSGIX() argument
259 dd = GetDispatchFromFBConfig(dpy, config); in dispatch_CreateGLXPixmapWithConfigSGIX()
267 ret = (*pCreateGLXPixmapWithConfigSGIX)(dpy, config, pixmap); in dispatch_CreateGLXPixmapWithConfigSGIX()
268 if (AddDrawableMapping(dpy, ret, dd)) { in dispatch_CreateGLXPixmapWithConfigSGIX()
280 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf) in dispatch_DestroyGLXPbufferSGIX() argument
285 dd = GetDispatchFromDrawable(dpy, pbuf); in dispatch_DestroyGLXPbufferSGIX()
293 (*pDestroyGLXPbufferSGIX)(dpy, pbuf); in dispatch_DestroyGLXPbufferSGIX()
337 static int dispatch_GetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, in dispatch_GetFBConfigAttribSGIX() argument
343 dd = GetDispatchFromFBConfig(dpy, config); in dispatch_GetFBConfigAttribSGIX()
351 return (*pGetFBConfigAttribSGIX)(dpy, config, attribute, value_return); in dispatch_GetFBConfigAttribSGIX()
356 static GLXFBConfigSGIX dispatch_GetFBConfigFromVisualSGIX(Display *dpy, in dispatch_GetFBConfigFromVisualSGIX() argument
363 dd = GetDispatchFromVisual(dpy, vis); in dispatch_GetFBConfigFromVisualSGIX()
371 ret = (*pGetFBConfigFromVisualSGIX)(dpy, vis); in dispatch_GetFBConfigFromVisualSGIX()
372 if (AddFBConfigMapping(dpy, ret, dd)) in dispatch_GetFBConfigFromVisualSGIX()
381 static void dispatch_GetSelectedEventSGIX(Display *dpy, GLXDrawable drawable, in dispatch_GetSelectedEventSGIX() argument
387 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_GetSelectedEventSGIX()
395 (*pGetSelectedEventSGIX)(dpy, drawable, mask); in dispatch_GetSelectedEventSGIX()
421 static XVisualInfo *dispatch_GetVisualFromFBConfigSGIX(Display *dpy, in dispatch_GetVisualFromFBConfigSGIX() argument
427 dd = GetDispatchFromFBConfig(dpy, config); in dispatch_GetVisualFromFBConfigSGIX()
435 return (*pGetVisualFromFBConfigSGIX)(dpy, config); in dispatch_GetVisualFromFBConfigSGIX()
440 static int dispatch_QueryContextInfoEXT(Display *dpy, GLXContext ctx, in dispatch_QueryContextInfoEXT() argument
454 return (*pQueryContextInfoEXT)(dpy, ctx, attribute, value); in dispatch_QueryContextInfoEXT()
459 static void dispatch_QueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf, in dispatch_QueryGLXPbufferSGIX() argument
465 dd = GetDispatchFromDrawable(dpy, pbuf); in dispatch_QueryGLXPbufferSGIX()
473 (*pQueryGLXPbufferSGIX)(dpy, pbuf, attribute, value); in dispatch_QueryGLXPbufferSGIX()
478 static void dispatch_ReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, in dispatch_ReleaseTexImageEXT() argument
484 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_ReleaseTexImageEXT()
492 (*pReleaseTexImageEXT)(dpy, drawable, buffer); in dispatch_ReleaseTexImageEXT()
497 static void dispatch_SelectEventSGIX(Display *dpy, GLXDrawable drawable, in dispatch_SelectEventSGIX() argument
503 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_SelectEventSGIX()
511 (*pSelectEventSGIX)(dpy, drawable, mask); in dispatch_SelectEventSGIX()
559 static void dispatch_BindSwapBarrierSGIX(Display *dpy, GLXDrawable drawable, in dispatch_BindSwapBarrierSGIX() argument
565 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_BindSwapBarrierSGIX()
573 (*pBindSwapBarrierSGIX)(dpy, drawable, barrier); in dispatch_BindSwapBarrierSGIX()
578 static void dispatch_CopySubBufferMESA(Display *dpy, GLXDrawable drawable, in dispatch_CopySubBufferMESA() argument
584 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_CopySubBufferMESA()
592 (*pCopySubBufferMESA)(dpy, drawable, x, y, width, height); in dispatch_CopySubBufferMESA()
597 static GLXPixmap dispatch_CreateGLXPixmapMESA(Display *dpy, in dispatch_CreateGLXPixmapMESA() argument
605 dd = GetDispatchFromVisual(dpy, visinfo); in dispatch_CreateGLXPixmapMESA()
613 ret = (*pCreateGLXPixmapMESA)(dpy, visinfo, pixmap, cmap); in dispatch_CreateGLXPixmapMESA()
614 if (AddDrawableMapping(dpy, ret, dd)) { in dispatch_CreateGLXPixmapMESA()
626 static GLboolean dispatch_GetMscRateOML(Display *dpy, GLXDrawable drawable, in dispatch_GetMscRateOML() argument
632 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_GetMscRateOML()
640 return (*pGetMscRateOML)(dpy, drawable, numerator, denominator); in dispatch_GetMscRateOML()
645 static const char *dispatch_GetScreenDriver(Display *dpy, int scrNum) in dispatch_GetScreenDriver() argument
647 typedef const char *(*fn_glXGetScreenDriver_ptr)(Display *dpy, int scrNum); in dispatch_GetScreenDriver()
651 dd = __VND->getDynDispatch(dpy, scrNum); in dispatch_GetScreenDriver()
659 return (*pGetScreenDriver)(dpy, scrNum); in dispatch_GetScreenDriver()
685 static Bool dispatch_GetSyncValuesOML(Display *dpy, GLXDrawable drawable, in dispatch_GetSyncValuesOML() argument
691 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_GetSyncValuesOML()
699 return (*pGetSyncValuesOML)(dpy, drawable, ust, msc, sbc); in dispatch_GetSyncValuesOML()
704 static void dispatch_JoinSwapGroupSGIX(Display *dpy, GLXDrawable drawable, in dispatch_JoinSwapGroupSGIX() argument
710 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_JoinSwapGroupSGIX()
718 (*pJoinSwapGroupSGIX)(dpy, drawable, member); in dispatch_JoinSwapGroupSGIX()
766 static Bool dispatch_QueryMaxSwapBarriersSGIX(Display *dpy, int screen, in dispatch_QueryMaxSwapBarriersSGIX() argument
772 dd = __VND->getDynDispatch(dpy, screen); in dispatch_QueryMaxSwapBarriersSGIX()
780 return (*pQueryMaxSwapBarriersSGIX)(dpy, screen, max); in dispatch_QueryMaxSwapBarriersSGIX()
785 static Bool dispatch_QueryRendererIntegerMESA(Display *dpy, int screen, in dispatch_QueryRendererIntegerMESA() argument
792 dd = __VND->getDynDispatch(dpy, screen); in dispatch_QueryRendererIntegerMESA()
800 return (*pQueryRendererIntegerMESA)(dpy, screen, renderer, attribute, value); in dispatch_QueryRendererIntegerMESA()
805 static const char *dispatch_QueryRendererStringMESA(Display *dpy, int screen, in dispatch_QueryRendererStringMESA() argument
811 dd = __VND->getDynDispatch(dpy, screen); in dispatch_QueryRendererStringMESA()
819 return (*pQueryRendererStringMESA)(dpy, screen, renderer, attribute); in dispatch_QueryRendererStringMESA()
824 static Bool dispatch_ReleaseBuffersMESA(Display *dpy, GLXDrawable d) in dispatch_ReleaseBuffersMESA() argument
829 dd = GetDispatchFromDrawable(dpy, d); in dispatch_ReleaseBuffersMESA()
837 return (*pReleaseBuffersMESA)(dpy, d); in dispatch_ReleaseBuffersMESA()
842 static int64_t dispatch_SwapBuffersMscOML(Display *dpy, GLXDrawable drawable, in dispatch_SwapBuffersMscOML() argument
849 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_SwapBuffersMscOML()
857 return (*pSwapBuffersMscOML)(dpy, drawable, target_msc, divisor, remainder); in dispatch_SwapBuffersMscOML()
883 static Bool dispatch_WaitForMscOML(Display *dpy, GLXDrawable drawable, in dispatch_WaitForMscOML() argument
891 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_WaitForMscOML()
899 return (*pWaitForMscOML)(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc); in dispatch_WaitForMscOML()
904 static Bool dispatch_WaitForSbcOML(Display *dpy, GLXDrawable drawable, in dispatch_WaitForSbcOML() argument
911 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_WaitForSbcOML()
919 return (*pWaitForSbcOML)(dpy, drawable, target_sbc, ust, msc, sbc); in dispatch_WaitForSbcOML()