Searched refs:ContextCreationTry (Results 1 – 4 of 4) sorted by relevance
153 struct ContextCreationTry struct162 ContextCreationTry(EGLint displayType, Type type, gl::Version version) in ContextCreationTry() argument171 std::vector<ContextCreationTry> GenerateContextCreationToTry(EGLint requestedType, bool isMesaGLX); argument
2597 std::vector<ContextCreationTry> GenerateContextCreationToTry(EGLint requestedType, bool isMesaGLX) in GenerateContextCreationToTry()2599 using Type = ContextCreationTry::Type; in GenerateContextCreationToTry()2603 std::vector<ContextCreationTry> contextsToTry; in GenerateContextCreationToTry()
800 if (info.type == ContextCreationTry::Type::DESKTOP_CORE) in initializeContextAttribs()804 else if (info.type == ContextCreationTry::Type::ES) in initializeContextAttribs()
549 if (info.type == ContextCreationTry::Type::DESKTOP_CORE) in initializeContext()553 else if (info.type == ContextCreationTry::Type::ES) in initializeContext()