Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTestLog.hpp168 void startSampleInfo (void);
447 inline TestLog& TestLog::operator<< (const SampleInfoToken&) { startSampleInfo(); return *this; } in operator <<()
DtcuTestLog.cpp480 void TestLog::startSampleInfo (void) in startSampleInfo() function in tcu::TestLog