Searched defs:allLevelsOk (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp617 bool allLevelsOk = true; local
639 allLevelsOk = false;
644 m_testCtx.setTestResult(allLevelsOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
645 allLevelsOk ? "Pass" : "Image comparison failed");
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp873 bool allLevelsOk = true; local
953 allLevelsOk = false;
956 m_testCtx.setTestResult(allLevelsOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
957 allLevelsOk ? "Pass" : "Image comparison failed");

Completed in 451 milliseconds