Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp127 de::MovePtr<const CasePaths> m_casePaths; member in tcu::CaseListFilter
H A DtcuCommandLine.cpp1251 if (m_casePaths) in checkTestGroupName()
1252 result = m_casePaths->matches(groupName, true); in checkTestGroupName()
1265 if (m_casePaths) in checkTestCaseName()
1266 result = m_casePaths->matches(caseName, false); in checkTestCaseName()
1341 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(cmdLine.getOption<opt::CasePath>())); in CaseListFilter()

Completed in 3 milliseconds