Lines Matching refs:GLXContext

167 static GLXContext CurrentContext = 0;
172 SetCurrentContext(GLXContext c) in SetCurrentContext()
202 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) in glXCopyContext()
212 GLXContext PUBLIC
213 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext()
235 glXDestroyContext(Display *dpy, GLXContext ctx) in glXDestroyContext()
269 GLXContext PUBLIC
275 return (GLXContext) _glthread_GetTSD(&ContextTSD); in glXGetCurrentContext()
291 glXIsDirect(Display *dpy, GLXContext ctx) in glXIsDirect()
302 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx) in glXMakeCurrent()
449 GLXContext PUBLIC
450 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext()
578 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeContextCurrent()
594 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) in glXQueryContext()
672 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeCurrentReadSGI()
716 glXFreeContextEXT(Display *dpy, GLXContext context) in glXFreeContextEXT()
726 glXGetContextIDEXT(const GLXContext context) in glXGetContextIDEXT()
737 GLXContext PUBLIC
748 glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute,int *value) in glXQueryContextInfoEXT()
791 GLXContext PUBLIC
792 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX()