Lines Matching refs:GLXContext
64 void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
65 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
67 void (*DestroyContext)(Display *dpy, GLXContext ctx);
70 GLXContext (*GetCurrentContext)(void);
72 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
73 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
91 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
103 Bool (*MakeContextCurrent)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
104 int (*QueryContext)(Display *dpy, GLXContext ctx, int attribute, int *value);
116 Bool (*MakeCurrentReadSGI)(Display *, GLXDrawable, GLXDrawable, GLXContext);
129 void (*FreeContextEXT)(Display *dpy, GLXContext context);
130 GLXContextID (*GetContextIDEXT)(const GLXContext context);
132 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
133 int (*QueryContextInfoEXT)(Display *dpy, GLXContext context, int attribute,int *value);
139 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool);
185 GLXContext (*CreateContextAttribs)(Display *dpy, GLXFBConfig config,
186 GLXContext share_context, Bool direct,