Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDitheringTests.cpp98 …const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec…
138 …har* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& co… in DitheringCase() argument
142 , m_patternType (patternType) in DitheringCase()
544 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init() local
545 …const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + … in init()
547 … m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[cas… in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDitheringTests.cpp98 …const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec…
138 …har* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& co… in DitheringCase() argument
142 , m_patternType (patternType) in DitheringCase()
539 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init() local
540 …const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + … in init()
542 … m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[cas… in init()