• Home
  • Raw
  • Download

Lines Matching defs:dpy

86 get_dispatch(Display *dpy)  in get_dispatch()
151 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual()
162 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) in glXCopyContext()
173 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext()
184 glXCreateGLXPixmap(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap) in glXCreateGLXPixmap()
195 glXDestroyContext(Display *dpy, GLXContext ctx) in glXDestroyContext()
206 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyGLXPixmap()
217 glXGetConfig(Display *dpy, XVisualInfo *visinfo, int attrib, int *value) in glXGetConfig()
246 glXIsDirect(Display *dpy, GLXContext ctx) in glXIsDirect()
257 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx) in glXMakeCurrent()
271 glXQueryExtension(Display *dpy, int *errorb, int *event) in glXQueryExtension()
282 glXQueryVersion(Display *dpy, int *maj, int *min) in glXQueryVersion()
293 glXSwapBuffers(Display *dpy, GLXDrawable drawable) in glXSwapBuffers()
307 Display *dpy = glXGetCurrentDisplay(); in glXUseXFont() local
319 Display *dpy = glXGetCurrentDisplay(); in glXWaitGL() local
331 Display *dpy = glXGetCurrentDisplay(); in glXWaitX() local
343 glXGetClientString(Display *dpy, int name) in glXGetClientString()
354 glXQueryExtensionsString(Display *dpy, int screen) in glXQueryExtensionsString()
365 glXQueryServerString(Display *dpy, int screen, int name) in glXQueryServerString()
391 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) in glXChooseFBConfig()
402 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext()
413 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) in glXCreatePbuffer()
424 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) in glXCreatePixmap()
435 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow()
446 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
457 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyPixmap()
468 glXDestroyWindow(Display *dpy, GLXWindow window) in glXDestroyWindow()
487 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, int attribute, int *value) in glXGetFBConfigAttrib()
498 glXGetFBConfigs(Display *dpy, int screen, int *nelements) in glXGetFBConfigs()
508 glXGetSelectedEvent(Display *dpy, GLXDrawable drawable, unsigned long *mask) in glXGetSelectedEvent()
519 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config) in glXGetVisualFromFBConfig()
530 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeContextCurrent()
543 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) in glXQueryContext()
555 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) in glXQueryDrawable()
566 glXSelectEvent(Display *dpy, GLXDrawable drawable, unsigned long mask) in glXSelectEvent()
583 Display *dpy = glXGetCurrentDisplay(); in glXSwapIntervalSGI() local
598 Display *dpy = glXGetCurrentDisplay(); in glXGetVideoSyncSGI() local
609 Display *dpy = glXGetCurrentDisplay(); in glXWaitVideoSyncSGI() local
621 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeCurrentReadSGI()
640 glXCreateGLXVideoSourceSGIX(Display *dpy, int screen, VLServer server, VLPath path, int nodeClass, … in glXCreateGLXVideoSourceSGIX()
650 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in glXDestroyGLXVideoSourceSGIX()
665 glXFreeContextEXT(Display *dpy, GLXContext context) in glXFreeContextEXT()
687 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
697 glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute,int *value) in glXQueryContextInfoEXT()
711 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) in glXGetFBConfigAttribSGIX()
721 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in glXChooseFBConfigSGIX()
731 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in glXCreateGLXPixmapWithConfigSGIX()
741 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX()
751 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in glXGetVisualFromFBConfigSGIX()
761 glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis) in glXGetFBConfigFromVisualSGIX()
775 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int heig… in glXCreateGLXPbufferSGIX()
785 glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf) in glXDestroyGLXPbufferSGIX()
795 glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value) in glXQueryGLXPbufferSGIX()
805 glXSelectEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long mask) in glXSelectEventSGIX()
815 glXGetSelectedEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long *mask) in glXGetSelectedEventSGIX()
829 glXCushionSGI(Display *dpy, Window win, float cushion) in glXCushionSGI()
843 glXBindChannelToWindowSGIX(Display *dpy, int screen, int channel , Window window) in glXBindChannelToWindowSGIX()
853 glXChannelRectSGIX(Display *dpy, int screen, int channel, int x, int y, int w, int h) in glXChannelRectSGIX()
863 glXQueryChannelRectSGIX(Display *dpy, int screen, int channel, int *x, int *y, int *w, int *h) in glXQueryChannelRectSGIX()
873 glXQueryChannelDeltasSGIX(Display *dpy, int screen, int channel, int *dx, int *dy, int *dw, int *dh) in glXQueryChannelDeltasSGIX()
883 glXChannelRectSyncSGIX(Display *dpy, int screen, int channel, GLenum synctype) in glXChannelRectSyncSGIX()
897 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) in glXAssociateDMPbufferSGIX()
912 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, unsigned long *pTransparen… in glXGetTransparentIndexSUN()
926 glXCopySubBufferMESA(Display *dpy, GLXDrawable drawable, int x, int y, int width, int height) in glXCopySubBufferMESA()
940 glXReleaseBuffersMESA(Display *dpy, Window w) in glXReleaseBuffersMESA()
954 glXCreateGLXPixmapMESA(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap) in glXCreateGLXPixmapMESA()
968 glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, in glXBindTexImageEXT()
978 glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer) in glXReleaseTexImageEXT()
1242 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB()