Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp127 de::MovePtr<const CasePaths> m_casePaths; member in tcu::CaseListFilter
DtcuCommandLine.cpp1150 if (m_casePaths) in checkTestGroupName()
1151 result = m_casePaths->matches(groupName, true); in checkTestGroupName()
1164 if (m_casePaths) in checkTestCaseName()
1165 result = m_casePaths->matches(caseName, false); in checkTestCaseName()
1240 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(cmdLine.getOption<opt::CasePath>())); in CaseListFilter()