Searched defs:ctx_user (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c1554 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) argument
1556 struct glx_context *ctx = (struct glx_context *) ctx_user;
1585 _X_EXPORT GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) argument
1587 struct glx_context *ctx = (struct glx_context *) ctx_user;
/external/mesa3d/src/glx/
H A Dglxcmds.c1554 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) argument
1556 struct glx_context *ctx = (struct glx_context *) ctx_user;
1585 _X_EXPORT GLXContextID glXGetContextIDEXT(const GLXContext ctx_user) argument
1587 struct glx_context *ctx = (struct glx_context *) ctx_user;

Completed in 118 milliseconds