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

  /external/mesa3d/include/GL/
glx_mangle.h 62 #define glXGetVisualFromFBConfig mglXGetVisualFromFBConfig
glx.h 251 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy,
glxext.h 133 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx_mangle.h 62 #define glXGetVisualFromFBConfig mglXGetVisualFromFBConfig
glx.h 264 extern XVisualInfo *glXGetVisualFromFBConfig( Display *dpy,
glxext.h 527 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
    [all...]
  /external/autotest/client/deps/glbench/src/
glx_stuff.cc 89 return glXGetVisualFromFBConfig(g_xlib_display, fb_config_);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 87 { "glXGetVisualFromFBConfig", (__GLXextFuncPtr) glXGetVisualFromFBConfig },
glx_api.c     [all...]
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 159 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, fbc[i]);
183 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, bestFbc);
  /external/skqp/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 159 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, fbc[i]);
183 XVisualInfo *vi = glXGetVisualFromFBConfig(fDisplay, bestFbc);
  /external/skia/tools/sk_app/unix/
Window_unix.cpp 88 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig);
108 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig);
  /external/skqp/tools/sk_app/unix/
Window_unix.cpp 88 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig);
108 fVisualInfo = glXGetVisualFromFBConfig(fDisplay, *fFBConfig);
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 524 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config)
1223 { "glXGetVisualFromFBConfig", (__GLXextFuncPtr) glXGetVisualFromFBConfig },
    [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 289 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), fbConfig);
292 TCU_THROW(ResourceError, "glXGetVisualFromFBConfig() returned NULL");
  /external/mesa3d/src/glx/
glx_pbuffer.c 951 visinfo = glXGetVisualFromFBConfig(dpy, config);
glxcmds.c     [all...]
  /external/swiftshader/include/GL/
glxext.h 131 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 133 XVisualInfo *glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
    [all...]

Completed in 4024 milliseconds