Home | History | Annotate | Download | only in GL

Lines Matching defs:GLXContext

178 typedef struct __GLXcontextRec *GLXContext;
193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
194 GLXContext shareList, Bool direct );
196 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
199 GLXContext ctx);
201 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
215 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
220 extern GLXContext glXGetCurrentContext( void );
275 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
276 int renderType, GLXContext shareList,
280 GLXDrawable read, GLXContext ctx );
284 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,