Home
last modified time | relevance | path

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

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