Lines Matching refs:GLXContext
160 typedef struct __GLXcontextRec *GLXContext; typedef
185 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
186 GLXContext shareList, Bool direct );
188 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
191 GLXContext ctx);
193 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
207 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
212 extern GLXContext glXGetCurrentContext( void );
267 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
268 int renderType, GLXContext shareList,
272 GLXDrawable read, GLXContext ctx );
276 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
297 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ…
298 …* PFNGLXMAKECONTEXTCURRENTPROC) (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
301 typedef int (* PFNGLXQUERYCONTEXTPROC) (Display *dpy, GLXContext ctx, int attribute, int *value);