Searched refs:glXQueryContext (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/include/GL/
H A Dglx_mangle.h73 #define glXQueryContext mglXQueryContext macro
H A Dglx.h281 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
H A Dglxext.h144 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c89 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
H A Dglx_api.c2203 glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) function
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c548 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) function
1225 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
/external/mesa3d/src/glx/
H A Dglxcmds.c1537 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) function
1566 (dpy, ctx, attribute, value), glXQueryContext)
2518 GLX_FUNCTION(glXQueryContext),
2539 GLX_FUNCTION2(glXQueryContextInfoEXT, glXQueryContext),
/external/swiftshader/include/GL/
H A Dglxext.h144 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);

Completed in 88 milliseconds