Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h78 } qpTestCaseType; typedef
205 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
DqpTestLog.c429 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp162 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()
184 const qpTestCaseType caseType = nodeTypeToTestCaseType(testCase->getNodeType()); in execute()
/third_party/vk-gl-cts/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()