Lines Matching defs:dpy
74 GetGLXDRIDrawable(Display * dpy, GLXDrawable drawable) in GetGLXDRIDrawable()
91 GetGLXDrawable(Display *dpy, GLXDrawable drawable) in GetGLXDrawable()
106 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable, in InitGLXDrawable()
123 DestroyGLXDrawable(Display *dpy, GLXDrawable drawable) in DestroyGLXDrawable()
151 GetGLXScreenConfigs(Display * dpy, int scrn) in GetGLXScreenConfigs()
162 GetGLXPrivScreenConfig(Display * dpy, int scrn, struct glx_display ** ppriv, in GetGLXPrivScreenConfig()
205 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) in ValidateGLXFBConfig()
288 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error) in __glXIsDirect()
319 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
442 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext()
479 glx_send_destroy_context(Display *dpy, XID xid) in glx_send_destroy_context()
498 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext()
526 glXQueryVersion(Display * dpy, int *major, int *minor) in glXQueryVersion()
546 glXQueryExtension(Display * dpy, int *errorBase, int *eventBase) in glXQueryExtension()
592 Display *dpy = gc->currentDpy; in glXUseXFont() local
625 glXCopyContext(Display * dpy, GLXContext source_user, in glXCopyContext()
684 glXIsDirect(Display * dpy, GLXContext gc_user) in glXIsDirect()
693 glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap) in glXCreateGLXPixmap()
793 glXDestroyGLXPixmap(Display * dpy, GLXPixmap glxpixmap) in glXDestroyGLXPixmap()
833 glXSwapBuffers(Display * dpy, GLXDrawable drawable) in glXSwapBuffers()
894 glXGetConfig(Display * dpy, XVisualInfo * vis, int attribute, in glXGetConfig()
1251 glXChooseVisual(Display * dpy, int screen, int *attribList) in glXChooseVisual()
1317 glXQueryExtensionsString(Display * dpy, int screen) in glXQueryExtensionsString()
1343 glXGetClientString(Display * dpy, int name) in glXGetClientString()
1360 glXQueryServerString(Display * dpy, int screen, int name) in glXQueryServerString()
1411 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
1532 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext()
1571 glXFreeContextEXT(Display *dpy, GLXContext ctx) in glXFreeContextEXT()
1596 glXChooseFBConfig(Display * dpy, int screen, in glXChooseFBConfig()
1620 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, in glXCreateNewContext()
1662 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs()
1703 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, in glXGetFBConfigAttrib()
1716 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) in glXGetVisualFromFBConfig()
1744 Display *dpy; in glXSwapIntervalSGI() local
1853 glXSwapIntervalEXT(Display *dpy, GLXDrawable drawable, int interval) in glXSwapIntervalEXT()
1976 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, in glXCreateGLXPixmapWithConfigSGIX()
2029 glXCreateContextWithConfigSGIX(Display * dpy, in glXCreateContextWithConfigSGIX()
2055 glXGetFBConfigFromVisualSGIX(Display * dpy, XVisualInfo * vis) in glXGetFBConfigFromVisualSGIX()
2075 glXGetSyncValuesOML(Display *dpy, GLXDrawable drawable, in glXGetSyncValuesOML()
2175 glXGetMscRateOML(Display * dpy, GLXDrawable drawable, in glXGetMscRateOML()
2196 glXSwapBuffersMscOML(Display *dpy, GLXDrawable drawable, in glXSwapBuffersMscOML()
2237 glXWaitForMscOML(Display *dpy, GLXDrawable drawable, int64_t target_msc, in glXWaitForMscOML()
2269 glXWaitForSbcOML(Display *dpy, GLXDrawable drawable, int64_t target_sbc, in glXWaitForSbcOML()
2325 glXReleaseBuffersMESA(Display * dpy, GLXDrawable d) in glXReleaseBuffersMESA()
2334 glXCreateGLXPixmapMESA(Display * dpy, XVisualInfo * visual, in glXCreateGLXPixmapMESA()
2352 glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable, in glXCopySubBufferMESA()
2417 glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, in glXBindTexImageEXT()
2479 glXReleaseTexImageEXT(Display * dpy, GLXDrawable drawable, int buffer) in glXReleaseTexImageEXT()
2737 MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context, in MesaGLInteropGLXQueryDeviceInfo()
2761 MesaGLInteropGLXExportObject(Display *dpy, GLXContext context, in MesaGLInteropGLXExportObject()