Searched defs:testOk (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fLightAmountTest.cpp176 bool testOk = program.isOk(); local
180 m_testCtx.setTestResult(testOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, testOk ? "Pass" : "Fail");
/external/deqp/modules/gles3/stress/
H A Des3sSyncTests.cpp163 bool testOk = true; local
226 case GL_WAIT_FAILED: log << TestLog::Message << "// glClientWaitSync returned GL_WAIT_FAILED" << TestLog::EndMessage; testOk = false; break;
255 log << TestLog::Message << "// Test result: " << (testOk ? "Passed!" : "Failed!") << TestLog::EndMessage;
257 if (!testOk)
/external/deqp/modules/gles3/functional/
H A Des3fSyncTests.cpp175 bool testOk = true; local
233 case GL_WAIT_FAILED: log << TestLog::Message << "// GL_WAIT_FAILED" << TestLog::EndMessage; testOk = false; break;
242 testOk = false;
258 log << TestLog::Message << "// Test result: " << (testOk ? "Passed!" : "Failed!") << TestLog::EndMessage;
260 if (!testOk)
H A Des3fRasterizerDiscardTests.cpp405 bool testOk = passColorFound && !failColorFound; local
407 if (!testOk)
409 log << TestLog::Message << "Test result: " << (testOk ? "Passed!" : "Failed!") << TestLog::EndMessage;
411 if (!testOk)
H A Des3fOcclusionQueryTests.cpp411 bool testOk = false; local
415 testOk = queryResult; // Allow conservative occlusion query to return false positives.
417 testOk = queryResult == colorReadResult;
420 testOk = (queryResult == colorReadResult);
422 if (!testOk)
H A Des3fPrimitiveRestartTests.cpp496 bool testOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", referenceImg, resultImg, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); local
498 m_testCtx.setTestResult(testOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
499 testOk ? "Pass" : "Fail");
H A Des3fInstancedRenderingTests.cpp463 bool testOk = tcu::fuzzyCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", referenceImg, resultImg, 0.05f, tcu::COMPARE_LOG_RESULT); local
465 m_testCtx.setTestResult(testOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
466 testOk ? "Pass" : "Fail");
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp466 bool testOk = compareImages(resImage, refImage, 0.05f); local
471 m_testCtx.setTestResult(testOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
472 testOk ? "Pass" : "Fail");

Completed in 7021 milliseconds