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

  /external/deqp/modules/gles2/functional/
es2fDepthTests.cpp 127 const char* failReason = DE_NULL;
173 failReason = "Got unexpected error";
180 if (!imagesOk && !failReason)
181 failReason = "Image comparison failed";
186 isOk ? "Pass" : failReason);
es2fStencilTests.cpp 298 const char* failReason = DE_NULL;
360 if (!errorCodeOk && !failReason)
361 failReason = "Got unexpected error";
367 if (!imagesOk && !failReason)
368 failReason = "Image comparison failed";
373 isOk ? "Pass" : failReason);
es2fFboRenderTest.cpp 564 const char* failReason = DE_NULL;
624 failReason = "Got unexpected error";
631 if (!imagesOk && !failReason)
632 failReason = "Image comparison failed";
637 isOk ? "Pass" : failReason);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthTests.cpp 130 const char* failReason = DE_NULL;
176 failReason = "Got unexpected error";
183 if (!imagesOk && !failReason)
184 failReason = "Image comparison failed";
189 isOk ? "Pass" : failReason);
es3fStencilTests.cpp 301 const char* failReason = DE_NULL;
363 if (!errorCodeOk && !failReason)
364 failReason = "Got unexpected error";
370 if (!imagesOk && !failReason)
371 failReason = "Image comparison failed";
376 isOk ? "Pass" : failReason);
es3fFboRenderTest.cpp 426 const char* failReason = DE_NULL;
486 failReason = "Got unexpected error";
492 if (!imagesOk && !failReason)
493 failReason = "Image comparison failed";
498 isOk ? "Pass" : failReason);
    [all...]
  /external/deqp/modules/egl/
teglRenderCase.cpp 140 string failReason = "";
160 failReason = e.what();
182 failReason = e.what();
207 failReason = e.what();
212 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason.c_str());
teglQueryContextTests.cpp 100 std::string failReason = "";
120 failReason = e.what();
144 failReason = e.what();
174 failReason = e.what();
181 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason.c_str());
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 638 const char* failReason = DE_NULL;
719 failReason = "expected shaders to compile and link properly, but failed to compile.";
721 failReason = "expected shaders to compile and link properly, but failed to link.";
726 failReason = "expected compilation to fail, but shaders compiled and link failed.";
728 failReason = "expected compilation to fail, but shaders compiled correctly.";
733 failReason = "expected linking to fail, but unable to compile.";
735 failReason = "expected linking to fail, but passed.";
740 failReason = "expected compile or link to fail, but passed.";
748 if (failReason != DE_NULL)
751 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage
    [all...]

Completed in 1088 milliseconds