Searched refs:ctx_user (Results 1 – 1 of 1) sorted by relevance
1526 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext() argument1528 struct glx_context *ctx = (struct glx_context *) ctx_user; in glXQueryContext()1557 _GLX_PUBLIC GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) in glXGetContextIDEXT() argument1559 struct glx_context *ctx = (struct glx_context *) ctx_user; in glXGetContextIDEXT()