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

  /external/chromium_org/ui/gl/
gl_implementation.h 64 GL_EXPORT bool HasDesktopGLFeatures();
gl_implementation.cc 114 bool HasDesktopGLFeatures() {
  /external/chromium_org/gpu/command_buffer/service/
feature_info.cc 384 gfx::HasDesktopGLFeatures()) {
427 if (extensions.Contains("GL_OES_rgb8_rgba8") || gfx::HasDesktopGLFeatures()) {
536 if (extensions.Contains("GL_OES_depth24") || gfx::HasDesktopGLFeatures() ||
545 gfx::HasDesktopGLFeatures())) {
692 if (extensions.Contains("GL_EXT_frag_depth") || gfx::HasDesktopGLFeatures()) {

Completed in 35 milliseconds