Home
last modified time | relevance | path

Searched refs:startSection (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTestLog.hpp140 void startSection (const char* name, const char* description);
488 log.startSection(m_name.c_str(), m_description.c_str()); in write()
DtcuTestLog.cpp293 void TestLog::startSection (const char* name, const char* description) in startSection() function in tcu::TestLog