Searched refs:glXQueryDrawable (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_getproc.c | 90 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
|
H A D | glx_api.c | 2098 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, in glXQueryDrawable() function
|
/third_party/mesa3d/include/GL/ |
H A D | glx.h | 264 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
|
H A D | glxext.h | 138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | FunctionsGLX.cpp | 240 GET_FNPTR_OR_ERROR(&mFnPtrs->queryDrawablePtr, glXQueryDrawable); in initialize()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 428 glXQueryDrawable(getXDisplay(), getGLXDrawable(), attrib, &value); in getAttrib() 462 // glXQueryDrawable may be buggy, so fall back to X geometry if needed in getDimensions()
|
/third_party/mesa3d/src/glx/ |
H A D | glx_pbuffer.c | 822 glXQueryDrawable(Display * dpy, GLXDrawable drawable, in glXQueryDrawable() function
|
H A D | glxcmds.c | 2580 GLX_FUNCTION(glXQueryDrawable),
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 119 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|
Completed in 22 milliseconds