Home | History | Annotate | Download | only in x11

Lines Matching refs:Display

48    Display *Dpy;
86 /* Display -> Dispatch caching */
87 static Display *prevDisplay = NULL;
92 get_dispatch(Display *dpy)
97 /* search list of display/dispatch pairs for this display */
110 /* A new display, determine if we should use real GLX
133 /* If we get here that means we can't use real GLX on this display
191 glXChooseVisual(Display *dpy, int screen, int *list)
202 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask)
213 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct)
224 glXCreateGLXPixmap(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap)
235 glXDestroyContext(Display *dpy, GLXContext ctx)
248 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap)
259 glXGetConfig(Display *dpy, XVisualInfo *visinfo, int attrib, int *value)
291 glXIsDirect(Display *dpy, GLXContext ctx)
302 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx)
319 glXQueryExtension(Display *dpy, int *errorb, int *event)
330 glXQueryVersion(Display *dpy, int *maj, int *min)
341 glXSwapBuffers(Display *dpy, GLXDrawable drawable)
355 Display *dpy = glXGetCurrentDisplay();
367 Display *dpy = glXGetCurrentDisplay();
379 Display *dpy = glXGetCurrentDisplay();
391 glXGetClientString(Display *dpy, int name)
402 glXQueryExtensionsString(Display *dpy, int screen)
413 glXQueryServerString(Display *dpy, int screen, int name)
425 Display PUBLIC *
439 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems)
450 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct)
461 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList)
472 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList)
483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList)
494 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf)
505 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap)
516 glXDestroyWindow(Display *dpy, GLXWindow window)
535 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, int attribute, int *value)
546 glXGetFBConfigs(Display *dpy, int screen, int *nelements)
556 glXGetSelectedEvent(Display *dpy, GLXDrawable drawable, unsigned long *mask)
567 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config)
578 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
594 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value)
606 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value)
617 glXSelectEvent(Display *dpy, GLXDrawable drawable, unsigned long mask)
634 Display *dpy = glXGetCurrentDisplay();
649 Display *dpy = glXGetCurrentDisplay();
660 Display *dpy = glXGetCurrentDisplay();
672 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
691 glXCreateGLXVideoSourceSGIX(Display *dpy, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode)
701 glXDestroyGLXVideoSourceSGIX(Display *dpy, GLXVideoSourceSGIX src)
716 glXFreeContextEXT(Display *dpy, GLXContext context)
731 Display PUBLIC *
738 glXImportContextEXT(Display *dpy, GLXContextID contextID)
748 glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute,int *value)
762 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)
772 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements)
782 glXCreateGLXPixmapWithConfigSGIX(Display
792 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
802 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config)
812 glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis)
826 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list)
836 glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf)
846 glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value)
856 glXSelectEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long mask)
866 glXGetSelectedEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long *mask)
880 glXCushionSGI(Display *dpy, Window win, float cushion)
894 glXBindChannelToWindowSGIX(Display *dpy, int screen, int channel , Window window)
904 glXChannelRectSGIX(Display *dpy, int screen, int channel, int x, int y, int w, int h)
914 glXQueryChannelRectSGIX(Display *dpy, int screen, int channel, int *x, int *y, int *w, int *h)
924 glXQueryChannelDeltasSGIX(Display *dpy, int screen, int channel, int *dx, int *dy, int *dw, int *dh)
934 glXChannelRectSyncSGIX(Display *dpy, int screen, int channel, GLenum synctype)
948 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer)
963 glXJoinSwapGroupSGIX(Display *dpy, GLXDrawable drawable, GLXDrawable member)
976 glXBindSwapBarrierSGIX(Display *dpy, GLXDrawable drawable, int barrier)
986 glXQueryMaxSwapBarriersSGIX(Display *dpy, int screen, int *max)
1000 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent)
1014 glXCopySubBufferMESA(Display *dpy, GLXDrawable drawable, int x, int y, int width, int height)
1028 glXReleaseBuffersMESA(Display *dpy, Window w)
1042 glXCreateGLXPixmapMESA(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap)
1059 Display *dpy = glXGetCurrentDisplay();
1077 Display *dpy = glXGetCurrentDisplay();
1089 Display *dpy = glXGetCurrentDisplay();
1105 Display *dpy = glXGetCurrentDisplay();
1116 glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer,
1126 glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer)