Home
last modified time | relevance | path

Searched refs:ctx_user (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/glx/
Dglxcmds.c1537 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext() argument
1539 struct glx_context *ctx = (struct glx_context *) ctx_user; in glXQueryContext()
1568 _GLX_PUBLIC GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) in glXGetContextIDEXT() argument
1570 struct glx_context *ctx = (struct glx_context *) ctx_user; in glXGetContextIDEXT()