Home | History | Annotate | Download | only in x11

Lines Matching refs:GLXContext

65    void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
71 /*GLXContext (*GetCurrentContext)(void);*/
73 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
92 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
104 Bool (*MakeContextCurrent)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
105 int (*QueryContext)(Display *dpy, GLXContext ctx, int attribute, int *value);
117 Bool (*MakeCurrentReadSGI)(Display *, GLXDrawable, GLXDrawable, GLXContext);
130 void (*FreeContextEXT)(Display *dpy, GLXContext context);
131 GLXContextID (*GetContextIDEXT)(const GLXContext context);
133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
134 int (*QueryContextInfoEXT)(Display *dpy, GLXContext context, int attribute,int *value);
140 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool);