Lines Matching refs:GLXContext
166 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) in glXCopyContext()
176 GLXContext PUBLIC
177 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext()
199 glXDestroyContext(Display *dpy, GLXContext ctx) in glXDestroyContext()
234 GLXContext PUBLIC
237 return (GLXContext) XMesaGetCurrentContext(); in glXGetCurrentContext()
250 glXIsDirect(Display *dpy, GLXContext ctx) in glXIsDirect()
261 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx) in glXMakeCurrent()
405 GLXContext PUBLIC
406 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext()
534 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeContextCurrent()
547 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) in glXQueryContext()
625 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeCurrentReadSGI()
669 glXFreeContextEXT(Display *dpy, GLXContext context) in glXFreeContextEXT()
679 glXGetContextIDEXT(const GLXContext context) in glXGetContextIDEXT()
690 GLXContext PUBLIC
701 glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute,int *value) in glXQueryContextInfoEXT()
744 GLXContext PUBLIC
745 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX()
1289 GLXContext PUBLIC
1291 GLXContext share_context, Bool direct, in glXCreateContextAttribsARB()