Lines Matching refs:GLXContext
282 static GLXContext
284 GLXContext shareList_user, Bool allowDirect, in CreateContext()
379 return (GLXContext) gc; in CreateContext()
382 _GLX_PUBLIC GLXContext
384 GLXContext shareList, Bool allowDirect) in glXCreateContext()
452 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext()
557 glXCopyContext(Display * dpy, GLXContext source_user, in glXCopyContext()
558 GLXContext dest_user, unsigned long mask) in glXCopyContext()
658 glXIsDirect(Display * dpy, GLXContext gc_user) in glXIsDirect()
1395 _GLX_PUBLIC GLXContext
1517 return (GLXContext) ctx; in glXImportContextEXT()
1523 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext()
1551 (Display * dpy, GLXContext ctx, int attribute, int *value),
1554 _GLX_PUBLIC GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) in glXGetContextIDEXT()
1562 glXFreeContextEXT(Display *dpy, GLXContext ctx) in glXFreeContextEXT()
1610 _GLX_PUBLIC GLXContext
1612 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext()
1995 _GLX_PUBLIC GLXContext
1998 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX()
2000 GLXContext gc = NULL; in glXCreateContextWithConfigSGIX()
2706 MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context, in MesaGLInteropGLXQueryDeviceInfo()
2730 MesaGLInteropGLXExportObject(Display *dpy, GLXContext context, in MesaGLInteropGLXExportObject()