Home
last modified time | relevance | path

Searched refs:qpTestCaseType (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/qphelper/
DqpTestLog.h78 } qpTestCaseType; typedef
202 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
DqpTestLog.c427 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
/external/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp162 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
184 const qpTestCaseType caseType = nodeTypeToTestCaseType(testCase->getNodeType()); in execute()
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp35 static qpTestCaseType nodeTypeToTestCaseType (TestNodeType nodeType) in nodeTypeToTestCaseType()
195 const qpTestCaseType caseType = nodeTypeToTestCaseType(testCase->getNodeType()); in enterTestCase()
DtcuTestLog.hpp162 void startCase (const char* testCasePath, qpTestCaseType testCaseType);
DtcuTestLog.cpp450 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase()