Lines Matching refs:GLXContext
162 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask)
172 GLXContext PUBLIC
173 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct)
195 glXDestroyContext(Display *dpy, GLXContext ctx)
230 GLXContext PUBLIC
233 return (GLXContext) XMesaGetCurrentContext();
246 glXIsDirect(Display *dpy, GLXContext ctx)
257 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx)
401 GLXContext PUBLIC
402 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct)
530 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
543 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value)
621 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
665 glXFreeContextEXT(Display *dpy, GLXContext context)
675 glXGetContextIDEXT(const GLXContext context)
686 GLXContext PUBLIC
697 glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute,int *value)
740 GLXContext PUBLIC
741 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
1241 GLXContext PUBLIC
1243 GLXContext share_context, Bool direct,