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