Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.h195 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description);
DqpTestLog.c453 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase() function
/external/deqp/framework/common/
DtcuTestLog.cpp452 if (qpTestLog_endCase(m_log, result, description) == DE_FALSE) in endCase()