Lines Matching refs:GLXContext
99 __GLXcontext glxContext; /* this MUST be first! */
1288 glxCtx->glxContext.isDirect = direct;
1289 glxCtx->glxContext.currentDpy = dpy;
1290 glxCtx->glxContext.xid = (XID) glxCtx; /* self pointer */
1292 assert((void *) glxCtx == (void *) &(glxCtx->glxContext));
1297 static GLXContext
1299 GLXContext share_list, Bool direct )
1337 return (GLXContext) glxCtx;
1342 static GLXContext MakeCurrent_PrevContext = 0;
1352 GLXDrawable read, GLXContext ctx )
1431 Fake_glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx )
1500 Fake_glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
1539 Fake_glXDestroyContext( Display *dpy, GLXContext ctx )
1555 Fake_glXIsDirect( Display *dpy, GLXContext ctx )
2318 static GLXContext
2320 int renderType, GLXContext shareList, Bool direct )
2346 return (GLXContext) glxCtx;
2351 Fake_glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value )
2439 GLXContext ctx)
2481 Fake_glXFreeContextEXT(Display *dpy, GLXContext context)
2488 Fake_glXGetContextIDEXT(const GLXContext context)
2494 static GLXContext
2503 Fake_glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute, int *value)
2538 static GLXContext
2539 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
2561 return (GLXContext) glxCtx;