Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTestCaseListParser.cpp33 static TestCaseType getTestCaseType (const char* caseType) in getTestCaseType() function
113 …: static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createCase(getTestCaseType(caseType), na… in parse()
DxeTestResultParser.cpp254 static TestCaseType getTestCaseType (const char* caseType) in getTestCaseType() function
471 m_result->caseType = getTestCaseType(m_xmlParser.getAttribute("CaseType")); in handleElementStart()