Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h211 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result);
DqpTestLog.c564 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase() function
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp464 if (qpTestLog_terminateCase(m_log, result) == DE_FALSE) in terminateCase()