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 115 bool HasDesktopGLFeatures() {
  /external/chromium_org/gpu/command_buffer/service/
feature_info.cc 348 gfx::HasDesktopGLFeatures()) {
384 if (extensions.Contains("GL_OES_rgb8_rgba8") || gfx::HasDesktopGLFeatures()) {
491 if (extensions.Contains("GL_OES_depth24") || gfx::HasDesktopGLFeatures()) {
498 gfx::HasDesktopGLFeatures())) {
642 if (extensions.Contains("GL_EXT_frag_depth") || gfx::HasDesktopGLFeatures()) {

Completed in 59 milliseconds