HomeSort by relevance Sort by last modified time
    Searched defs:EndSampleList (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/internal/
ditTestLogTests.cpp 65 log << TestLog::EndSampleList;
  /external/deqp/framework/common/
tcuTestLog.hpp 90 static const class EndSampleListToken {} EndSampleList;
172 void endSampleList (void);
446 inline TestLog& TestLog::operator<< (const EndSampleListToken&) { endSampleList(); return *this; }
tcuTestLog.cpp 510 void TestLog::endSampleList (void)
525 const TestLog::EndSampleListToken TestLog::EndSampleList = TestLog::EndSampleListToken();
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 439 log << TestLog::EndSampleList;
teglGLES2SharedRenderingPerfTests.cpp 950 log << TestLog::EndSampleList;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 675 log << TestLog::EndSampleList;
    [all...]
es3pBufferDataUploadTests.cpp     [all...]

Completed in 134 milliseconds