Lines Matching defs:GLXContext
165 typedef struct __GLXcontextRec *GLXContext;
190 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
191 GLXContext shareList, Bool direct );
193 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
196 GLXContext ctx);
198 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
212 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
217 extern GLXContext glXGetCurrentContext( void );
272 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
273 int renderType, GLXContext shareList,
277 GLXDrawable read, GLXContext ctx );
281 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
302 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
303 typedef Bool (* PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
306 typedef int (* PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);