Home
last modified time | relevance | path

Searched refs:qpTestLog_startCase (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/qphelper/
DqpTestLog.h194 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() function
/external/deqp/framework/common/
DtcuTestLog.cpp446 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == DE_FALSE) in startCase()