HomeSort by relevance Sort by last modified time
    Searched refs:getTestCaseType (Results 1 - 2 of 2) sorted by null

  /external/deqp/executor/
xeTestCaseListParser.cpp 33 static TestCaseType getTestCaseType (const char* caseType)
113 : static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createCase(getTestCaseType(caseType), name, description));
xeTestResultParser.cpp 240 static TestCaseType getTestCaseType (const char* caseType)
457 m_result->caseType = getTestCaseType(m_xmlParser.getAttribute("CaseType"));

Completed in 51 milliseconds