Lines Matching refs:GLXContext
319 static GLXContext
321 GLXContext shareList_user, Bool allowDirect, in CreateContext()
431 return (GLXContext) gc; in CreateContext()
434 _GLX_PUBLIC GLXContext
436 GLXContext shareList, Bool allowDirect) in glXCreateContext()
491 glXDestroyContext(Display * dpy, GLXContext ctx) in glXDestroyContext()
596 glXCopyContext(Display * dpy, GLXContext source_user, in glXCopyContext()
597 GLXContext dest_user, unsigned long mask) in glXCopyContext()
661 glXIsDirect(Display * dpy, GLXContext gc_user) in glXIsDirect()
1398 _GLX_PUBLIC GLXContext
1520 return (GLXContext) ctx; in glXImportContextEXT()
1526 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext()
1554 (Display * dpy, GLXContext ctx, int attribute, int *value),
1557 _GLX_PUBLIC GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) in glXGetContextIDEXT()
1565 glXFreeContextEXT(Display *dpy, GLXContext ctx) in glXFreeContextEXT()
1613 _GLX_PUBLIC GLXContext
1615 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext()
2022 _GLX_PUBLIC GLXContext
2025 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX()
2027 GLXContext gc = NULL; in glXCreateContextWithConfigSGIX()
2654 MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context, in MesaGLInteropGLXQueryDeviceInfo()
2678 MesaGLInteropGLXExportObject(Display *dpy, GLXContext context, in MesaGLInteropGLXExportObject()