Lines Matching full:display
40 Display *currentDpy;
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);
88 /*Display *(*GetCurrentDisplay)(void);*/
91 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems);
92 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
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);
117 Bool (*MakeCurrentReadSGI)(Display *, GLXDrawable, GLXDrawable, GLXContext);
122 GLXVideoSourceSGIX (*CreateGLXVideoSourceSGIX)(Display *, int, VLServer, VLPath, int, VLNode);
123 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX);
130 void (*FreeContextEXT)(Display *dpy, GLXContext context);
132 /*Display *(*GetCurrentDisplayEXT)(void);*/
133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
134 int (*QueryContextInfoEXT)(Display *dpy, GLXContext context, int attribute,int *value);
137 int (*GetFBConfigAttribSGIX)(Display *, GLXFBConfigSGIX, int, int *);
138 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *);
139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
140 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool);
141 XVisualInfo * (*GetVisualFromFBConfigSGIX)(Display *, GLXFBConfigSGIX);
142 GLXFBConfigSGIX (*GetFBConfigFromVisualSGIX)(Display *, XVisualInfo *);
145 GLXPbufferSGIX (*CreateGLXPbufferSGIX)(Display *, GLXFBConfigSGIX, unsigned int, unsigned int, int *);
146 void (*DestroyGLXPbufferSGIX)(Display *, GLXPbufferSGIX);
147 int (*QueryGLXPbufferSGIX)(Display *, GLXPbufferSGIX, int, unsigned int *);
148 void (*SelectEventSGIX)(Display *, GLXDrawable, unsigned long);
149 void (*GetSelectedEventSGIX)(Display *, GLXDrawable, unsigned long *);
152 void (*CushionSGI)(Display *, Window, float);
155 int (*BindChannelToWindowSGIX)(Display *, int, int, Window);
156 int (*ChannelRectSGIX)(Display *, int, int, int, int, int, int);
157 int (*QueryChannelRectSGIX)(Display *, int, int, int *, int *, int *, int *);
158 int (*QueryChannelDeltasSGIX)(Display *, int, int, int *, int *, int *, int *);
159 int (*ChannelRectSyncSGIX)(Display *, int, int, GLenum);
163 Bool (*AssociateDMPbufferSGIX)(Display *, GLXPbufferSGIX, DMparams *, DMbuffer);
169 void (*JoinSwapGroupSGIX)(Display *, GLXDrawable, GLXDrawable);
172 void (*BindSwapBarrierSGIX)(Display *, GLXDrawable, int);
173 Bool (*QueryMaxSwapBarriersSGIX)(Display *, int, int *);
176 Status (*GetTransparentIndexSUN)(Display *, Window, Window, long *);
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);