Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h153 struct ContextCreationTry struct
162 ContextCreationTry(EGLint displayType, Type type, gl::Version version) in ContextCreationTry() argument
171 std::vector<ContextCreationTry> GenerateContextCreationToTry(EGLint requestedType, bool isMesaGLX); argument
Drenderergl_utils.cpp2597 std::vector<ContextCreationTry> GenerateContextCreationToTry(EGLint requestedType, bool isMesaGLX) in GenerateContextCreationToTry()
2599 using Type = ContextCreationTry::Type; in GenerateContextCreationToTry()
2603 std::vector<ContextCreationTry> contextsToTry; in GenerateContextCreationToTry()
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp800 if (info.type == ContextCreationTry::Type::DESKTOP_CORE) in initializeContextAttribs()
804 else if (info.type == ContextCreationTry::Type::ES) in initializeContextAttribs()
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp549 if (info.type == ContextCreationTry::Type::DESKTOP_CORE) in initializeContext()
553 else if (info.type == ContextCreationTry::Type::ES) in initializeContext()