Searched refs:glXQueryDrawable (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | waffle_stuff.cc | 73 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_WIDTH, &w); in GetSurfaceSize() 74 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_HEIGHT, &h); in GetSurfaceSize()
|
/external/mesa3d/include/GL/ |
D | glx_mangle.h | 69 #define glXQueryDrawable mglXQueryDrawable macro
|
D | glx.h | 282 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
|
D | glxext.h | 538 extern void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 89 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
|
D | glx_api.c | 2079 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, in glXQueryDrawable() function
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 606 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) in glXQueryDrawable() function 1272 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glxext.h | 309 extern void glXQueryDrawable (Display *, GLXDrawable, int, unsigned int *);
|
D | glxew.h | 316 #define glXQueryDrawable GLXEW_GET_FUN(__glewXQueryDrawable) macro
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 343 glXQueryDrawable(getXDisplay(), getGLXDrawable(), attrib, &value); in getAttrib()
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 736 glXQueryDrawable(Display * dpy, GLXDrawable drawable, in glXQueryDrawable() function
|
D | glxcmds.c | 2521 GLX_FUNCTION(glXQueryDrawable),
|