Searched refs:glXQueryContext (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/include/GL/ |
D | glx_mangle.h | 73 #define glXQueryContext mglXQueryContext macro
|
D | glx.h | 281 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
|
D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 89 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
|
D | glx_api.c | 2209 glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) in glXQueryContext() function
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 1523 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/ |
D | glxapi.c | 547 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) in glXQueryContext() function 1143 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
|
/external/swiftshader/include/GL/ |
D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|