Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.h196 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result);
DqpTestLog.c495 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase() function
/external/deqp/framework/common/
DtcuTestLog.cpp458 if (qpTestLog_terminateCase(m_log, result) == DE_FALSE) in terminateCase()