Home
last modified time | relevance | path

Searched refs:checkTestCaseName (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp114 bool checkTestCaseName (const char* caseName) const;
H A DtcuTestHierarchyIterator.cpp179 if (!(isLeaf ? (m_caseListFilter.checkRunnerType(node->getRunnerType()) && m_caseListFilter.checkTestCaseName(nodePath.c_str())) in next()
H A DtcuCommandLine.cpp1237 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath) in checkTestCaseName() function
1262 bool CaseListFilter::checkTestCaseName (const char* caseName) const in checkTestCaseName() function in tcu::CaseListFilter
1268 result = tcu::checkTestCaseName(m_caseTree, caseName); in checkTestCaseName()
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp118 matchCase = caseListFilter->checkTestCaseName(curCase.path); in iterate()

Completed in 6 milliseconds