Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h213 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description);
DqpTestLog.c1230 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description) in qpTestLog_startSection() function
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp374 if (qpTestLog_startSection(m_log, name, description) == DE_FALSE) in startSection()