• Home
  • Raw
  • Download

Lines Matching refs:GLXContext

167 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask)  in glXCopyContext()
177 GLXContext PUBLIC
178 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext()
200 glXDestroyContext(Display *dpy, GLXContext ctx) in glXDestroyContext()
235 GLXContext PUBLIC
238 return (GLXContext) XMesaGetCurrentContext(); in glXGetCurrentContext()
251 glXIsDirect(Display *dpy, GLXContext ctx) in glXIsDirect()
262 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx) in glXMakeCurrent()
406 GLXContext PUBLIC
407 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext()
535 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeContextCurrent()
548 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) in glXQueryContext()
626 glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in glXMakeCurrentReadSGI()
670 glXFreeContextEXT(Display *dpy, GLXContext context) in glXFreeContextEXT()
680 glXGetContextIDEXT(const GLXContext context) in glXGetContextIDEXT()
691 GLXContext PUBLIC
702 glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute,int *value) in glXQueryContextInfoEXT()
745 GLXContext PUBLIC
746 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX()
1381 GLXContext PUBLIC
1383 GLXContext share_context, Bool direct, in glXCreateContextAttribsARB()