Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dglx_mangle.h73 #define glXQueryContext mglXQueryContext macro
Dglx.h281 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
Dglxext.h142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c89 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
Dglx_api.c2209 glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) in glXQueryContext() function
/external/mesa3d/src/glx/
Dglxcmds.c1523 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext() function
1552 (dpy, ctx, attribute, value), glXQueryContext)
2504 GLX_FUNCTION(glXQueryContext),
2525 GLX_FUNCTION2(glXQueryContextInfoEXT, glXQueryContext),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c547 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) in glXQueryContext() function
1143 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
/external/swiftshader/include/GL/
Dglxext.h142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);