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

  /external/deqp/framework/common/
tcuTestLog.hpp 73 * << TestLog::EndImageSet << TestLog::EndSection;
82 static const class EndImageSetToken {} EndImageSet;
136 void endImageSet (void);
425 inline TestLog& TestLog::operator<< (const EndImageSetToken&) { endImageSet(); return *this; }
tcuTestLog.cpp 137 void TestLog::endImageSet (void)
434 const TestLog::EndImageSetToken TestLog::EndImageSet = TestLog::EndImageSetToken();

Completed in 42 milliseconds