HomeSort by relevance Sort by last modified time
    Searched defs:failReason (Results 1 - 8 of 8) 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/
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());
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());

Completed in 467 milliseconds