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

  /external/mesa3d/include/GL/
glx_mangle.h 59 #define glXChooseFBConfig mglXChooseFBConfig
glx.h 242 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
glxext.h 131 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx_mangle.h 59 #define glXChooseFBConfig mglXChooseFBConfig
glx.h 255 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
glxext.h 525 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
    [all...]
  /external/autotest/client/deps/glbench/src/
glx_stuff.cc 82 GLXFBConfig *fb_configs = glXChooseFBConfig(g_xlib_display, screen,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 75 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
glx_api.c 714 * Helper used by glXChooseVisual and glXChooseFBConfig.
752 /* For glXChooseFBConfig(), skip attributes whose value is
    [all...]
  /external/skia/tools/sk_app/unix/
Window_unix.cpp 59 // We prefer the more recent glXChooseFBConfig but fall back to glXChooseVisual. They have
86 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), msaaChooseFBConfigAtt, &n);
106 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), kChooseFBConfigAtt, &n);
  /external/skqp/tools/sk_app/unix/
Window_unix.cpp 59 // We prefer the more recent glXChooseFBConfig but fall back to glXChooseVisual. They have
86 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), msaaChooseFBConfigAtt, &n);
106 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), kChooseFBConfigAtt, &n);
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay),
179 // Be sure to free the FBConfig list allocated by glXChooseFBConfig()
  /external/skqp/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay),
179 // Be sure to free the FBConfig list allocated by glXChooseFBConfig()
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 396 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems)
1211 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
    [all...]
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 382 fbconfigs = glXChooseFBConfig(
511 fbconfig = glXChooseFBConfig(
  /external/mesa3d/src/glx/
glxcmds.c 921 /* glXChooseFBConfig specifies different defaults for these properties than
1101 * \sa qsort, glXChooseVisual, glXChooseFBConfig, glXChooseFBConfigSGIX
    [all...]
  /external/swiftshader/include/GL/
glxext.h 129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 131 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
    [all...]

Completed in 958 milliseconds