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()
284 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error) in __glXIsDirect()
320 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
435 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext()
472 glx_send_destroy_context(Display *dpy, XID xid) in glx_send_destroy_context()
491 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext()
519 glXQueryVersion(Display * dpy, int *major, int *minor) in glXQueryVersion()
539 glXQueryExtension(Display * dpy, int *errorBase, int *eventBase) in glXQueryExtension()
596 glXCopyContext(Display * dpy, GLXContext source_user, in glXCopyContext()
661 glXIsDirect(Display * dpy, GLXContext gc_user) in glXIsDirect()
679 glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap) in glXCreateGLXPixmap()
779 glXDestroyGLXPixmap(Display * dpy, GLXPixmap glxpixmap) in glXDestroyGLXPixmap()
819 glXSwapBuffers(Display * dpy, GLXDrawable drawable) in glXSwapBuffers()
879 glXGetConfig(Display * dpy, XVisualInfo * vis, int attribute, in glXGetConfig()
1235 glXChooseVisual(Display * dpy, int screen, int *attribList) in glXChooseVisual()
1301 glXQueryExtensionsString(Display * dpy, int screen) in glXQueryExtensionsString()
1330 glXGetClientString(Display * dpy, int name) in glXGetClientString()
1347 glXQueryServerString(Display * dpy, int screen, int name) in glXQueryServerString()
1399 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
1526 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext()
1565 glXFreeContextEXT(Display *dpy, GLXContext ctx) in glXFreeContextEXT()
1590 glXChooseFBConfig(Display * dpy, int screen, in glXChooseFBConfig()
1614 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, in glXCreateNewContext()
1657 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs()
1698 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, in glXGetFBConfigAttrib()
1711 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) in glXGetVisualFromFBConfig()
1736 Display *dpy; in glXSwapIntervalSGI() local
1851 glXSwapIntervalEXT(Display *dpy, GLXDrawable drawable, int interval) in glXSwapIntervalEXT()
1970 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, in glXCreateGLXPixmapWithConfigSGIX()
2023 glXCreateContextWithConfigSGIX(Display * dpy, in glXCreateContextWithConfigSGIX()
2050 glXGetFBConfigFromVisualSGIX(Display * dpy, XVisualInfo * vis) in glXGetFBConfigFromVisualSGIX()
2070 glXGetSyncValuesOML(Display *dpy, GLXDrawable drawable, in glXGetSyncValuesOML()
2170 glXGetMscRateOML(Display * dpy, GLXDrawable drawable, in glXGetMscRateOML()
2191 glXSwapBuffersMscOML(Display *dpy, GLXDrawable drawable, in glXSwapBuffersMscOML()
2232 glXWaitForMscOML(Display *dpy, GLXDrawable drawable, int64_t target_msc, in glXWaitForMscOML()
2264 glXWaitForSbcOML(Display *dpy, GLXDrawable drawable, int64_t target_sbc, in glXWaitForSbcOML()
2320 glXReleaseBuffersMESA(Display * dpy, GLXDrawable d) in glXReleaseBuffersMESA()
2329 glXCreateGLXPixmapMESA(Display * dpy, XVisualInfo * visual, in glXCreateGLXPixmapMESA()
2347 glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable, in glXCopySubBufferMESA()
2412 glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, in glXBindTexImageEXT()
2424 glXReleaseTexImageEXT(Display * dpy, GLXDrawable drawable, int buffer) in glXReleaseTexImageEXT()
2654 MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context, in MesaGLInteropGLXQueryDeviceInfo()
2678 MesaGLInteropGLXExportObject(Display *dpy, GLXContext context, in MesaGLInteropGLXExportObject()