Home
last modified time | relevance | path

Searched refs:DESKTOP_CORE (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.h157 DESKTOP_CORE, enumerator
Drenderergl_utils.cpp2631 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp549 if (info.type == ContextCreationTry::Type::DESKTOP_CORE) in initializeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp800 if (info.type == ContextCreationTry::Type::DESKTOP_CORE) in initializeContextAttribs()