Searched defs:testCaseType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestLog.cpp444 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) argument
446 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE)
/external/deqp/framework/qphelper/
H A DqpTestLog.c404 * \param testCaseType Test case type
407 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) argument
409 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType);

Completed in 83 milliseconds