Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpTestLog.h199 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description);
DqpTestLog.c1171 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description) in qpTestLog_startSection() function
/external/deqp/framework/common/
DtcuTestLog.cpp368 if (qpTestLog_startSection(m_log, name, description) == DE_FALSE) in startSection()