Home
last modified time | relevance | path

Searched defs:SampleInfoToken (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp86 static const class SampleInfoToken {} SampleInfo; class in tcu::TestLog
449 inline TestLog& TestLog::operator<< (const SampleInfoToken&) { startSampleInfo(); return *this; } in operator <<()