Searched refs:contextsToTry (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 2627 std::vector<ContextCreationTry> contextsToTry; in GenerateContextCreationToTry() local 2631 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_CORE, gl::Version(4, 5)); in GenerateContextCreationToTry() 2632 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_CORE, gl::Version(4, 4)); in GenerateContextCreationToTry() 2633 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_CORE, gl::Version(4, 3)); in GenerateContextCreationToTry() 2634 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_CORE, gl::Version(4, 2)); in GenerateContextCreationToTry() 2635 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_CORE, gl::Version(4, 1)); in GenerateContextCreationToTry() 2636 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_CORE, gl::Version(4, 0)); in GenerateContextCreationToTry() 2637 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_CORE, gl::Version(3, 3)); in GenerateContextCreationToTry() 2638 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_CORE, gl::Version(3, 2)); in GenerateContextCreationToTry() 2639 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(3, 3)); in GenerateContextCreationToTry() [all …]
|