Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp114 bool checkTestCaseName (const char* caseName) const;
DtcuTestHierarchyIterator.cpp179 …stFilter.checkRunnerType(node->getRunnerType()) && m_caseListFilter.checkTestCaseName(nodePath.c_s… in next()
DtcuCommandLine.cpp999 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath) in checkTestCaseName() function
1024 bool CaseListFilter::checkTestCaseName (const char* caseName) const in checkTestCaseName() function in tcu::CaseListFilter
1030 result = tcu::checkTestCaseName(m_caseTree, caseName); in checkTestCaseName()
/third_party/vk-gl-cts/modules/internal/
DditFrameworkTests.cpp118 matchCase = caseListFilter->checkTestCaseName(curCase.path); in iterate()