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

  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.cpp 66 getLog() << TestLog::EndSection;
90 void NegativeTestContext::endSection (void)
95 getLog() << TestLog::EndSection;
  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 234 default: log << TestLog::EndSection; TCU_FAIL("// Illegal return value!");
263 log << TestLog::EndSection;
267 log << TestLog::Message << "// Sync objects created and deleted successfully." << TestLog::EndMessage << TestLog::EndSection;
es3fRasterizerDiscardTests.cpp 270 log << TestLog::Message << "ERROR: " << e.what() << "." << TestLog::EndMessage << TestLog::EndSection;
276 log << TestLog::Message << "ERROR: " << e.what() << "." << TestLog::EndMessage << TestLog::EndSection;
413 log << TestLog::Message << "Primitive or buffer clear was not discarded." << TestLog::EndMessage << TestLog::EndSection;
418 log << TestLog::Message << "Primitive or buffer clear was discarded correctly." << TestLog::EndMessage << TestLog::EndSection;
es3fBufferWriteTests.cpp 529 m_testCtx.getLog() << TestLog::EndSection;
es3fFragmentOutputTests.cpp 268 log << TestLog::EndSection;
    [all...]
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 136 log << TestLog::EndSection;
glsCalibration.cpp 413 log << TestLog::EndSection;
glsBufferTestUtil.cpp 129 log << TestLog::EndSection;
glsFboUtil.cpp 532 log << TestLog::EndSection;
534 log << TestLog::EndSection; // Renderbuffers
546 log << TestLog::EndSection;
548 log << TestLog::EndSection; // Textures
560 log << TestLog::EndSection;
562 log << TestLog::EndSection; // Attachments
564 log << TestLog::EndSection; // Framebuffer
glsLongStressCase.cpp     [all...]
glsUniformBlockCase.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 132 log << TestLog::EndSection;
es2fBufferWriteTests.cpp 516 m_testCtx.getLog() << TestLog::EndSection;
  /external/deqp/framework/common/
tcuTestLog.cpp 294 void TestLog::endSection (void)
435 const TestLog::EndSectionToken TestLog::EndSection = TestLog::EndSectionToken();
tcuTestLog.hpp 73 * << TestLog::EndImageSet << TestLog::EndSection;
83 static const class EndSectionToken {} EndSection;
141 void endSection (void);
414 m_log << TestLog::EndSection;
427 inline TestLog& TestLog::operator<< (const EndSectionToken&) { endSection(); return *this; }
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 246 m_log << TestLog::EndSection;
284 log << TestLog::EndSection;
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 687 log << TestLog::EndSection;
691 log << TestLog::EndSection;
695 log << TestLog::EndSection;
771 log << TestLog::EndSection;
791 log << TestLog::EndSection;
    [all...]

Completed in 205 milliseconds