HomeSort by relevance Sort by last modified time
    Searched refs:endSampleInfo (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuTestLog.hpp 87 static const class EndSampleInfoToken {} EndSampleInfo;
167 void endSampleInfo (void);
445 inline TestLog& TestLog::operator<< (const EndSampleInfoToken&) { endSampleInfo(); return *this; }
tcuTestLog.cpp 480 void TestLog::endSampleInfo (void)
522 const TestLog::EndSampleInfoToken TestLog::EndSampleInfo = TestLog::EndSampleInfoToken();

Completed in 64 milliseconds