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