HomeSort by relevance Sort by last modified time
    Searched refs:glXQueryDrawable (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/include/GL/
glx_mangle.h 69 #define glXQueryDrawable mglXQueryDrawable
glx.h 269 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
glxext.h 140 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx_mangle.h 69 #define glXQueryDrawable mglXQueryDrawable
glx.h 282 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
glxext.h 534 extern void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
    [all...]
  /external/autotest/client/deps/glbench/src/
waffle_stuff.cc 75 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_WIDTH, &w);
76 glXQueryDrawable(nw->glx->xlib_display, nw->glx->xlib_window, GLX_HEIGHT, &h);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 90 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
glx_api.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 560 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value)
1226 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
    [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 406 glXQueryDrawable(getXDisplay(), getGLXDrawable(), attrib, &value);
440 // glXQueryDrawable may be buggy, so fall back to X geometry if needed
  /external/mesa3d/src/glx/
glx_pbuffer.c 789 glXQueryDrawable(Display * dpy, GLXDrawable drawable,
glxcmds.c     [all...]
  /external/swiftshader/include/GL/
glxext.h 138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 140 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
    [all...]

Completed in 206 milliseconds