Lines Matching refs:dpy
64 XVisualInfo *(*ChooseVisual)(Display *dpy, int screen, int *list);
65 void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
66 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
69 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
70 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value);
73 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
75 Bool (*QueryExtension)(Display *dpy, int *errorb, int *event);
76 Bool (*QueryVersion)(Display *dpy, int *maj, int *min);
77 void (*SwapBuffers)(Display *dpy, GLXDrawable drawable);
83 const char *(*GetClientString)(Display *dpy, int name);
84 const char *(*QueryExtensionsString)(Display *dpy, int screen);
85 const char *(*QueryServerString)(Display *dpy, int screen, int name);
91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems);
92 …GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareL…
93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
94 … GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
95 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
96 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
97 void (*DestroyPixmap)(Display *dpy, GLXPixmap pixmap);
98 void (*DestroyWindow)(Display *dpy, GLXWindow window);
100 int (*GetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value);
101 GLXFBConfig *(*GetFBConfigs)(Display *dpy, int screen, int *nelements);
102 void (*GetSelectedEvent)(Display *dpy, GLXDrawable drawable, unsigned long *mask);
103 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config);
104 Bool (*MakeContextCurrent)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
105 int (*QueryContext)(Display *dpy, GLXContext ctx, int attribute, int *value);
106 void (*QueryDrawable)(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
107 void (*SelectEvent)(Display *dpy, GLXDrawable drawable, unsigned long mask);
130 void (*FreeContextEXT)(Display *dpy, GLXContext context);
133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
134 int (*QueryContextInfoEXT)(Display *dpy, GLXContext context, int attribute,int *value);
179 …void (*CopySubBufferMESA)(Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);
182 Bool (*ReleaseBuffersMESA)(Display *dpy, Window w);
185 …GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
201 void (*BindTexImageEXT)(Display *dpy, GLXDrawable drawable, int buffer,
203 void (*ReleaseTexImageEXT)(Display *dpy, GLXDrawable drawable, int buffer);
206 GLXContext (*CreateContextAttribs)(Display *dpy, GLXFBConfig config,