Lines Matching refs:Display
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);
116 Bool (*MakeCurrentReadSGI)(Display *, GLXDrawable, GLXDrawable, GLXContext);
121 GLXVideoSourceSGIX (*CreateGLXVideoSourceSGIX)(Display *, int, VLServer, VLPath, int, VLNode);
122 void (*DestroyGLXVideoSourceSGIX)(Display *, GLXVideoSourceSGIX);
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);
136 int (*GetFBConfigAttribSGIX)(Display *, GLXFBConfigSGIX, int, int *);
137 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *);
138 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
139 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool);
140 XVisualInfo * (*GetVisualFromFBConfigSGIX)(Display *, GLXFBConfigSGIX);
141 GLXFBConfigSGIX (*GetFBConfigFromVisualSGIX)(Display *, XVisualInfo *);
144 …GLXPbufferSGIX (*CreateGLXPbufferSGIX)(Display *, GLXFBConfigSGIX, unsigned int, unsigned int, int…
145 void (*DestroyGLXPbufferSGIX)(Display *, GLXPbufferSGIX);
146 int (*QueryGLXPbufferSGIX)(Display *, GLXPbufferSGIX, int, unsigned int *);
147 void (*SelectEventSGIX)(Display *, GLXDrawable, unsigned long);
148 void (*GetSelectedEventSGIX)(Display *, GLXDrawable, unsigned long *);
151 void (*CushionSGI)(Display *, Window, float);
154 int (*BindChannelToWindowSGIX)(Display *, int, int, Window);
155 int (*ChannelRectSGIX)(Display *, int, int, int, int, int, int);
156 int (*QueryChannelRectSGIX)(Display *, int, int, int *, int *, int *, int *);
157 int (*QueryChannelDeltasSGIX)(Display *, int, int, int *, int *, int *, int *);
158 int (*ChannelRectSyncSGIX)(Display *, int, int, GLenum);
162 Bool (*AssociateDMPbufferSGIX)(Display *, GLXPbufferSGIX, DMparams *, DMbuffer);
168 void (*JoinSwapGroupSGIX)(Display *, GLXDrawable, GLXDrawable);
171 void (*BindSwapBarrierSGIX)(Display *, GLXDrawable, int);
172 Bool (*QueryMaxSwapBarriersSGIX)(Display *, int, int *);
175 Status (*GetTransparentIndexSUN)(Display *, Window, Window, long *);
178 …void (*CopySubBufferMESA)(Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);
181 Bool (*ReleaseBuffersMESA)(Display *dpy, Window w);
184 …GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
187 void (*BindTexImageEXT)(Display *dpy, GLXDrawable drawable, int buffer,
189 void (*ReleaseTexImageEXT)(Display *dpy, GLXDrawable drawable, int buffer);
192 GLXContext (*CreateContextAttribs)(Display *dpy, GLXFBConfig config,