Home
last modified time | relevance | path

Searched refs:testCaseType (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/qphelper/
DqpTestLog.h202 …l qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType);
DqpTestLog.c427 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() argument
429 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase()
/external/deqp/framework/common/
DtcuTestLog.cpp450 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase() argument
452 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE) in startCase()
DtcuTestLog.hpp162 void startCase (const char* testCasePath, qpTestCaseType testCaseType);