Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp113 bool checkTestCaseName (const char* caseName) const;
DtcuTestHierarchyIterator.cpp179 …stFilter.checkRunnerType(node->getRunnerType()) && m_caseListFilter.checkTestCaseName(nodePath.c_s… in next()
DtcuCommandLine.cpp925 static bool checkTestCaseName (const CaseTreeNode* root, const char* casePath) in checkTestCaseName() function
950 bool CaseListFilter::checkTestCaseName (const char* caseName) const in checkTestCaseName() function in tcu::CaseListFilter
956 result = tcu::checkTestCaseName(m_caseTree, caseName); in checkTestCaseName()
/external/deqp/modules/internal/
DditFrameworkTests.cpp118 matchCase = caseListFilter->checkTestCaseName(curCase.path); in iterate()