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()
325 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
440 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext()
477 glx_send_destroy_context(Display *dpy, XID xid) in glx_send_destroy_context()
496 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext()
524 glXQueryVersion(Display * dpy, int *major, int *minor) in glXQueryVersion()
544 glXQueryExtension(Display * dpy, int *errorBase, int *eventBase) in glXQueryExtension()
590 Display *dpy = gc->currentDpy; in glXUseXFont() local
623 glXCopyContext(Display * dpy, GLXContext source_user, in glXCopyContext()
682 glXIsDirect(Display * dpy, GLXContext gc_user) in glXIsDirect()
691 glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap) in glXCreateGLXPixmap()
791 glXDestroyGLXPixmap(Display * dpy, GLXPixmap glxpixmap) in glXDestroyGLXPixmap()
831 glXSwapBuffers(Display * dpy, GLXDrawable drawable) in glXSwapBuffers()
891 glXGetConfig(Display * dpy, XVisualInfo * vis, int attribute, in glXGetConfig()
1247 glXChooseVisual(Display * dpy, int screen, int *attribList) in glXChooseVisual()
1313 glXQueryExtensionsString(Display * dpy, int screen) in glXQueryExtensionsString()
1339 glXGetClientString(Display * dpy, int name) in glXGetClientString()
1356 glXQueryServerString(Display * dpy, int screen, int name) in glXQueryServerString()
1407 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
1528 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext()
1567 glXFreeContextEXT(Display *dpy, GLXContext ctx) in glXFreeContextEXT()
1592 glXChooseFBConfig(Display * dpy, int screen, in glXChooseFBConfig()
1616 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, in glXCreateNewContext()
1659 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs()
1700 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, in glXGetFBConfigAttrib()
1713 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) in glXGetVisualFromFBConfig()
1741 Display *dpy; in glXSwapIntervalSGI() local
1850 glXSwapIntervalEXT(Display *dpy, GLXDrawable drawable, int interval) in glXSwapIntervalEXT()
1973 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, in glXCreateGLXPixmapWithConfigSGIX()
2026 glXCreateContextWithConfigSGIX(Display * dpy, in glXCreateContextWithConfigSGIX()
2053 glXGetFBConfigFromVisualSGIX(Display * dpy, XVisualInfo * vis) in glXGetFBConfigFromVisualSGIX()
2073 glXGetSyncValuesOML(Display *dpy, GLXDrawable drawable, in glXGetSyncValuesOML()
2173 glXGetMscRateOML(Display * dpy, GLXDrawable drawable, in glXGetMscRateOML()
2194 glXSwapBuffersMscOML(Display *dpy, GLXDrawable drawable, in glXSwapBuffersMscOML()
2235 glXWaitForMscOML(Display *dpy, GLXDrawable drawable, int64_t target_msc, in glXWaitForMscOML()
2267 glXWaitForSbcOML(Display *dpy, GLXDrawable drawable, int64_t target_sbc, in glXWaitForSbcOML()
2323 glXReleaseBuffersMESA(Display * dpy, GLXDrawable d) in glXReleaseBuffersMESA()
2332 glXCreateGLXPixmapMESA(Display * dpy, XVisualInfo * visual, in glXCreateGLXPixmapMESA()
2350 glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable, in glXCopySubBufferMESA()
2415 glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, in glXBindTexImageEXT()
2477 glXReleaseTexImageEXT(Display * dpy, GLXDrawable drawable, int buffer) in glXReleaseTexImageEXT()
2735 MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context, in MesaGLInteropGLXQueryDeviceInfo()
2759 MesaGLInteropGLXExportObject(Display *dpy, GLXContext context, in MesaGLInteropGLXExportObject()