Searched refs:glXQueryContext (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_getproc.c | 89 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
|
H A D | glx_api.c | 2162 glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) in glXQueryContext() function
|
/third_party/mesa3d/src/glx/ |
H A D | glxcmds.c | 1532 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext() function 1561 (dpy, ctx, attribute, value), glXQueryContext) 2579 GLX_FUNCTION(glXQueryContext), 2614 GLX_FUNCTION2(glXQueryContextInfoEXT, glXQueryContext),
|
/third_party/mesa3d/include/GL/ |
H A D | glx.h | 276 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
|
H A D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 123 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
Completed in 20 milliseconds