Home
last modified time | relevance | path

Searched refs:DESKTOP_LEGACY (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2615 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(3, 3)); in GenerateContextCreationToTry()
2621 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(3, 2)); in GenerateContextCreationToTry()
2622 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(3, 1)); in GenerateContextCreationToTry()
2623 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(3, 0)); in GenerateContextCreationToTry()
2626 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(2, 1)); in GenerateContextCreationToTry()
2627 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(2, 0)); in GenerateContextCreationToTry()
2628 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(1, 5)); in GenerateContextCreationToTry()
2629 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(1, 4)); in GenerateContextCreationToTry()
2630 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(1, 3)); in GenerateContextCreationToTry()
2631 contextsToTry.emplace_back(kPlatformOpenGL, Type::DESKTOP_LEGACY, gl::Version(1, 2)); in GenerateContextCreationToTry()
[all …]
Drenderergl_utils.h158 DESKTOP_LEGACY, enumerator