Searched refs:ctx_user (Results 1 – 1 of 1) sorted by relevance
1554 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext() argument1556 struct glx_context *ctx = (struct glx_context *) ctx_user; in glXQueryContext()1585 _X_EXPORT GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) in glXGetContextIDEXT() argument1587 struct glx_context *ctx = (struct glx_context *) ctx_user; in glXGetContextIDEXT()