Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.h77 } qpTestCaseType; typedef
194 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
DqpTestLog.c409 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp34 static qpTestCaseType nodeTypeToTestCaseType (TestNodeType nodeType) in nodeTypeToTestCaseType()
166 const qpTestCaseType caseType = nodeTypeToTestCaseType(testCase->getNodeType()); in enterTestCase()
DtcuTestLog.hpp160 void startCase (const char* testCasePath, qpTestCaseType testCaseType);
DtcuTestLog.cpp444 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase()