Lines Matching defs:dpy

49 GetGLXDRIDrawable(Display * dpy, GLXDrawable drawable)  in GetGLXDRIDrawable()
66 GetGLXDrawable(Display *dpy, GLXDrawable drawable) in GetGLXDrawable()
81 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable, in InitGLXDrawable()
98 DestroyGLXDrawable(Display *dpy, GLXDrawable drawable) in DestroyGLXDrawable()
126 GetGLXScreenConfigs(Display * dpy, int scrn) in GetGLXScreenConfigs()
137 GetGLXPrivScreenConfig(Display * dpy, int scrn, struct glx_display ** ppriv, in GetGLXPrivScreenConfig()
180 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) in ValidateGLXFBConfig()
262 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error) in __glXIsDirect()
293 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
395 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext()
432 glx_send_destroy_context(Display *dpy, XID xid) in glx_send_destroy_context()
451 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext()
479 glXQueryVersion(Display * dpy, int *major, int *minor) in glXQueryVersion()
499 glXQueryExtension(Display * dpy, int *errorBase, int *eventBase) in glXQueryExtension()
545 Display *dpy = gc->currentDpy; in glXUseXFont() local
578 glXCopyContext(Display * dpy, GLXContext source_user, in glXCopyContext()
645 glXIsDirect(Display * dpy, GLXContext gc_user) in glXIsDirect()
654 glXSwapBuffers(Display * dpy, GLXDrawable drawable) in glXSwapBuffers()
715 glXGetConfig(Display * dpy, XVisualInfo * vis, int attribute, in glXGetConfig()
1070 glXChooseVisual(Display * dpy, int screen, int *attribList) in glXChooseVisual()
1136 glXQueryExtensionsString(Display * dpy, int screen) in glXQueryExtensionsString()
1162 glXGetClientString(Display * dpy, int name) in glXGetClientString()
1179 glXQueryServerString(Display * dpy, int screen, int name) in glXQueryServerString()
1230 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
1335 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext()
1374 glXFreeContextEXT(Display *dpy, GLXContext ctx) in glXFreeContextEXT()
1399 glXChooseFBConfig(Display * dpy, int screen, in glXChooseFBConfig()
1423 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, in glXCreateNewContext()
1465 glXGetFBConfigs(Display * dpy, int screen, int *nelements) in glXGetFBConfigs()
1506 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig, in glXGetFBConfigAttrib()
1519 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig) in glXGetVisualFromFBConfig()
1547 Display *dpy; in glXSwapIntervalSGI() local
1654 glXSwapIntervalEXT(Display *dpy, GLXDrawable drawable, int interval) in glXSwapIntervalEXT()
1783 glXGetFBConfigFromVisualSGIX(Display * dpy, XVisualInfo * vis) in glXGetFBConfigFromVisualSGIX()
1804 glXGetSyncValuesOML(Display *dpy, GLXDrawable drawable, in glXGetSyncValuesOML()
1904 glXGetMscRateOML(Display * dpy, GLXDrawable drawable, in glXGetMscRateOML()
1925 glXSwapBuffersMscOML(Display *dpy, GLXDrawable drawable, in glXSwapBuffersMscOML()
1966 glXWaitForMscOML(Display *dpy, GLXDrawable drawable, int64_t target_msc, in glXWaitForMscOML()
1998 glXWaitForSbcOML(Display *dpy, GLXDrawable drawable, int64_t target_sbc, in glXWaitForSbcOML()
2031 glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable, in glXCopySubBufferMESA()
2096 glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, in glXBindTexImageEXT()
2158 glXReleaseTexImageEXT(Display * dpy, GLXDrawable drawable, int buffer) in glXReleaseTexImageEXT()
2404 MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context, in MesaGLInteropGLXQueryDeviceInfo()
2423 MesaGLInteropGLXExportObject(Display *dpy, GLXContext context, in MesaGLInteropGLXExportObject()
2443 MesaGLInteropGLXFlushObjects(Display *dpy, GLXContext context, in MesaGLInteropGLXFlushObjects()