Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp1019 if (!result && m_caseFractionMandatoryTests.get() != DE_NULL) in checkTestGroupName()
1020 result = m_caseFractionMandatoryTests->matches(groupName, true); in checkTestGroupName()
1033 if (!result && m_caseFractionMandatoryTests.get() != DE_NULL) in checkTestCaseName()
1034 result = m_caseFractionMandatoryTests->matches(caseName, false); in checkTestCaseName()
1042 …(m_caseFractionMandatoryTests.get()!=DE_NULL && m_caseFractionMandatoryTests->matches(testCaseName… in checkCaseFraction()
1134 m_caseFractionMandatoryTests = de::MovePtr<const CasePaths>(new CasePaths(cfPaths)); in CaseListFilter()
DtcuCommandLine.hpp129 de::MovePtr<const CasePaths> m_caseFractionMandatoryTests; member in tcu::CaseListFilter