Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.cpp945 if (!result && m_caseFractionMandatoryTests.get() != DE_NULL) in checkTestGroupName()
946 result = m_caseFractionMandatoryTests->matches(groupName, true); in checkTestGroupName()
959 if (!result && m_caseFractionMandatoryTests.get() != DE_NULL) in checkTestCaseName()
960 result = m_caseFractionMandatoryTests->matches(caseName, false); in checkTestCaseName()
968 …(m_caseFractionMandatoryTests.get()!=DE_NULL && m_caseFractionMandatoryTests->matches(testCaseName… in checkCaseFraction()
1051 m_caseFractionMandatoryTests = de::MovePtr<const CasePaths>(new CasePaths(cfPaths)); in CaseListFilter()
DtcuCommandLine.hpp128 de::MovePtr<const CasePaths> m_caseFractionMandatoryTests; member in tcu::CaseListFilter