Home | History | Annotate | Download | only in x11

Lines Matching refs:GLXContext

43 extern GLXContext
45 GLXContext share_list, Bool direct );
58 _real_glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
62 _real_glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx );
68 _real_glXDestroyContext( Display *dpy, GLXContext ctx );
71 _real_glXIsDirect( Display *dpy, GLXContext ctx );
149 extern GLXContext
151 int renderType, GLXContext shareList, Bool direct );
156 GLXDrawable read, GLXContext ctx );
159 _real_glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value );
185 _real_glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
201 _real_glXFreeContextEXT(Display *dpy, GLXContext context);
204 _real_glXGetContextIDEXT(const GLXContext context);
209 extern GLXContext
213 _real_glXQueryContextInfoEXT(Display *dpy, GLXContext context, int attribute, int *value);
226 extern GLXContext
227 _real_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);