Lines Matching refs:Display

46    Display *Dpy;
85 static Display *prevDisplay = NULL;
90 get_dispatch(Display *dpy) in get_dispatch()
155 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual()
166 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) in glXCopyContext()
177 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext()
188 glXCreateGLXPixmap(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap) in glXCreateGLXPixmap()
199 glXDestroyContext(Display *dpy, GLXContext ctx) in glXDestroyContext()
210 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyGLXPixmap()
221 glXGetConfig(Display *dpy, XVisualInfo *visinfo, int attrib, int *value) in glXGetConfig()
250 glXIsDirect(Display *dpy, GLXContext ctx) in glXIsDirect()
261 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx) in glXMakeCurrent()
275 glXQueryExtension(Display *dpy, int *errorb, int *event) in glXQueryExtension()
286 glXQueryVersion(Display *dpy, int *maj, int *min) in glXQueryVersion()
297 glXSwapBuffers(Display *dpy, GLXDrawable drawable) in glXSwapBuffers()
311 Display *dpy = glXGetCurrentDisplay(); in glXUseXFont()
323 Display *dpy = glXGetCurrentDisplay(); in glXWaitGL()
335 Display *dpy = glXGetCurrentDisplay(); in glXWaitX()
347 glXGetClientString(Display *dpy, int name) in glXGetClientString()
358 glXQueryExtensionsString(Display *dpy, int screen) in glXQueryExtensionsString()
369 glXQueryServerString(Display *dpy, int screen, int name) in glXQueryServerString()
382 extern Display *XMesaGetCurrentDisplay(void);
384 Display PUBLIC *
395 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) in glXChooseFBConfig()
406 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext()
417 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) in glXCreatePbuffer()
428 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) in glXCreatePixmap()
439 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow()
450 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
461 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyPixmap()
472 glXDestroyWindow(Display *dpy, GLXWindow window) in glXDestroyWindow()
491 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, int attribute, int *value) in glXGetFBConfigAttrib()
502 glXGetFBConfigs(Display *dpy, int screen, int *nelements) in glXGetFBConfigs()
512 glXGetSelectedEvent(Display *dpy, GLXDrawable drawable, unsigned long *mask) in glXGetSelectedEvent()
523 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config) in glXGetVisualFromFBConfig()
534 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeContextCurrent()
547 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) in glXQueryContext()
559 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) in glXQueryDrawable()
570 glXSelectEvent(Display *dpy, GLXDrawable drawable, unsigned long mask) in glXSelectEvent()
587 Display *dpy = glXGetCurrentDisplay(); in glXSwapIntervalSGI()
602 Display *dpy = glXGetCurrentDisplay(); in glXGetVideoSyncSGI()
613 Display *dpy = glXGetCurrentDisplay(); in glXWaitVideoSyncSGI()
625 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeCurrentReadSGI()
644 glXCreateGLXVideoSourceSGIX(Display *dpy, int screen, VLServer server, VLPath path, int nodeClass, … in glXCreateGLXVideoSourceSGIX()
654 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src) in glXDestroyGLXVideoSourceSGIX()
669 glXFreeContextEXT(Display *dpy, GLXContext context) in glXFreeContextEXT()
684 Display PUBLIC *
691 glXImportContextEXT(Display *dpy, GLXContextID contextID) in glXImportContextEXT()
701 glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute,int *value) in glXQueryContextInfoEXT()
715 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) in glXGetFBConfigAttribSGIX()
725 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) in glXChooseFBConfigSGIX()
735 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) in glXCreateGLXPixmapWithConfigSGIX()
745 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX()
755 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) in glXGetVisualFromFBConfigSGIX()
765 glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis) in glXGetFBConfigFromVisualSGIX()
779 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int heig… in glXCreateGLXPbufferSGIX()
789 glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf) in glXDestroyGLXPbufferSGIX()
799 glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value) in glXQueryGLXPbufferSGIX()
809 glXSelectEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long mask) in glXSelectEventSGIX()
819 glXGetSelectedEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long *mask) in glXGetSelectedEventSGIX()
833 glXCushionSGI(Display *dpy, Window win, float cushion) in glXCushionSGI()
847 glXBindChannelToWindowSGIX(Display *dpy, int screen, int channel , Window window) in glXBindChannelToWindowSGIX()
857 glXChannelRectSGIX(Display *dpy, int screen, int channel, int x, int y, int w, int h) in glXChannelRectSGIX()
867 glXQueryChannelRectSGIX(Display *dpy, int screen, int channel, int *x, int *y, int *w, int *h) in glXQueryChannelRectSGIX()
877 glXQueryChannelDeltasSGIX(Display *dpy, int screen, int channel, int *dx, int *dy, int *dw, int *dh) in glXQueryChannelDeltasSGIX()
887 glXChannelRectSyncSGIX(Display *dpy, int screen, int channel, GLenum synctype) in glXChannelRectSyncSGIX()
901 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) in glXAssociateDMPbufferSGIX()
916 glXJoinSwapGroupSGIX(Display *dpy, GLXDrawable drawable, GLXDrawable member) in glXJoinSwapGroupSGIX()
929 glXBindSwapBarrierSGIX(Display *dpy, GLXDrawable drawable, int barrier) in glXBindSwapBarrierSGIX()
939 glXQueryMaxSwapBarriersSGIX(Display *dpy, int screen, int *max) in glXQueryMaxSwapBarriersSGIX()
953 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) in glXGetTransparentIndexSUN()
967 glXCopySubBufferMESA(Display *dpy, GLXDrawable drawable, int x, int y, int width, int height) in glXCopySubBufferMESA()
981 glXReleaseBuffersMESA(Display *dpy, Window w) in glXReleaseBuffersMESA()
995 glXCreateGLXPixmapMESA(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap) in glXCreateGLXPixmapMESA()
1009 glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, in glXBindTexImageEXT()
1019 glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer) in glXReleaseTexImageEXT()
1290 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB()