Lines Matching refs:GLXContext

1297 static GLXContext
1299 GLXContext share_list, Bool direct ) in Fake_glXCreateContext()
1337 return (GLXContext) glxCtx; in Fake_glXCreateContext()
1342 static GLXContext MakeCurrent_PrevContext = 0;
1352 GLXDrawable read, GLXContext ctx ) in Fake_glXMakeContextCurrent()
1431 Fake_glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx ) in Fake_glXMakeCurrent()
1500 Fake_glXCopyContext( Display *dpy, GLXContext src, GLXContext dst, in Fake_glXCopyContext()
1539 Fake_glXDestroyContext( Display *dpy, GLXContext ctx ) in Fake_glXDestroyContext()
1555 Fake_glXIsDirect( Display *dpy, GLXContext ctx ) in Fake_glXIsDirect()
2318 static GLXContext
2320 int renderType, GLXContext shareList, Bool direct ) in Fake_glXCreateNewContext()
2346 return (GLXContext) glxCtx; in Fake_glXCreateNewContext()
2351 Fake_glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) in Fake_glXQueryContext()
2439 Fake_glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) in Fake_glXMakeCurrentReadSGI()
2481 Fake_glXFreeContextEXT(Display *dpy, GLXContext context) in Fake_glXFreeContextEXT()
2488 Fake_glXGetContextIDEXT(const GLXContext context) in Fake_glXGetContextIDEXT()
2494 static GLXContext
2503 Fake_glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute, int *value) in Fake_glXQueryContextInfoEXT()
2538 static GLXContext
2539 …tWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool… in Fake_glXCreateContextWithConfigSGIX()
2561 return (GLXContext) glxCtx; in Fake_glXCreateContextWithConfigSGIX()