Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.cpp887 if (m_casePaths) in checkTestGroupName()
888 return m_casePaths->matches(groupName, true); in checkTestGroupName()
897 if (m_casePaths) in checkTestCaseName()
898 return m_casePaths->matches(caseName, false); in checkTestCaseName()
952 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(cmdLine.getOption<opt::CasePath>())); in CaseListFilter()
DtcuCommandLine.hpp112 de::MovePtr<const CasePaths> m_casePaths; member in tcu::CaseListFilter