HomeSort by relevance Sort by last modified time
    Searched defs:isOk (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 90 bool isOk = true;
101 isOk = false;
106 if (!isOk || logMode == tcu::COMPARE_LOG_EVERYTHING)
108 if (!isOk)
120 return isOk;
170 bool isOk = compareToConstantColor(log, "Result", "Image comparison result", renderedFrame, tcu::COMPARE_LOG_RESULT, m_compareColor);
172 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
173 isOk ? "Pass" : "Image comparison failed");
226 bool isOk = compareToConstantColor(log, "Result", "Image comparison result", renderedFrame, tcu::COMPARE_LOG_RESULT, m_compareColor);
228 if (!isOk)
    [all...]
es2fTextureFilteringTests.cpp 311 const bool isOk = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(),
314 if (!isOk)
597 const bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
600 if (!isOk)
es2fTextureMipmapTests.cpp 416 const bool isOk = numFailedPixels == 0;
417 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
418 isOk ? "Pass" : "Image verification failed");
739 const bool isOk = numFailedPixels == 0;
740 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
741 isOk ? "Pass" : "Image verification failed");
    [all...]
es2fTextureSpecificationTests.cpp 507 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold,
510 if (!isOk)
529 bool isOk = true;
548 isOk = tcu::fuzzyCompare(m_testCtx.getLog(), "Result", (string("Image comparison result: ") + de::toString((tcu::CubeFace)face)).c_str(), reference, result, threshold,
551 if (!isOk)
558 if (!isOk)
    [all...]
es2fTextureUnitTests.cpp 813 bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
816 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
817 isOk ? "Pass" : "Image comparison failed");
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 265 if (!m_program->isOk())
563 bool isOk = false;
566 isOk = tcu::floatThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::COMPARE_LOG_RESULT);
568 isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::UVec4(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
574 if (isOk)
es3fShaderBuiltinVarTests.cpp 136 if (!shaderExecutor->isOk())
323 if (!program.isOk())
368 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
369 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
370 isOk ? "Pass" : "Image comparison failed");
420 if (!program.isOk())
463 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
464 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
465 isOk ? "Pass" : "Image comparison failed");
532 if (!program.isOk())
    [all...]
es3fTextureFormatTests.cpp 211 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
213 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
214 isOk ? "Pass" : "Image comparison failed");
556 bool isOk = testLayer(m_curLayer);
558 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
709 bool isOk = testSlice(m_curSlice);
711 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
846 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
848 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
849 isOk ? "Pass" : "Image comparison failed")
    [all...]
es3fTransformFeedbackTests.cpp 706 bool isOk = true;
754 isOk = false;
759 if (!isOk)
763 if (!isOk)
769 return isOk;
912 if (!m_program->isOk())
    [all...]
es3fVertexArrayObjectTests.cpp 251 if (!m_vaoProgram->isOk() || !m_stateProgram->isOk())
642 bool isOk;
649 isOk = tcu::pixelThresholdCompare (m_log, "Results", "Comparison result from rendering with Vertex Array State", stateReference, stateResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT);
650 isOk = isOk && tcu::pixelThresholdCompare (m_log, "Results", "Comparison result from rendering with Vertex Array Object", vaoReference, vaoResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT);
652 if (isOk)
827 if (!m_vaoProgram->isOk() || !m_stateProgram->isOk())
    [all...]
es3fDrawTests.cpp 786 bool isOk = true;
803 isOk = isOk && pixelOk;
806 if (!isOk)
825 return isOk;
    [all...]
es3fFboRenderTest.cpp 496 bool isOk = errorCodesOk && imagesOk;
497 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
498 isOk ? "Pass" : failReason);
    [all...]
es3fFragmentOutputTests.cpp 255 if (!m_program->isOk())
814 bool isOk = true;
849 isOk = tcu::floatUlpThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, finalThreshold, tcu::COMPARE_LOG_RESULT);
861 isOk = tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);
869 isOk = tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);
878 if (!isOk)
    [all...]
es3fTextureFilteringTests.cpp 322 const bool isOk = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(),
325 if (!isOk)
635 const bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
638 if (!isOk)
    [all...]
es3fTextureShadowTests.cpp 385 const bool isOk = verifyTexCompareResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(),
388 if (!isOk)
675 const bool isOk = verifyTexCompareResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
678 if (!isOk)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 527 bool isOk = true;
551 isOk = false;
554 return isOk;
715 bool isOk = true;
789 isOk = false;
794 isOk = false;
800 isOk = false;
803 return isOk;
808 bool isOk = true;
835 isOk = false
    [all...]
es31fTextureFilteringTests.cpp 399 const bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(),
402 if (!isOk)
es31fDrawTests.cpp 117 bool isOk = true;
134 isOk = isOk && pixelOk;
137 if (!isOk)
152 return isOk;
    [all...]
es31fOpaqueTypeIndexingTests.cpp 482 if (!executor->isOk())
572 bool isOk;
581 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold)));
583 if (!isOk)
596 isOk = boolAll(equal(reference, result));
598 if (!isOk)
606 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
617 bool isOk = true;
620 isOk = isOk && (refPtr[ndx] == resPtr[ndx])
    [all...]
es31fVertexAttributeBindingTests.cpp 87 bool isOk = true;
106 isOk = isOk && pixelOk;
109 if (!isOk)
127 return isOk;
493 if (!m_program->isOk())
816 if (!m_program->isOk())
    [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 501 bool isOk = true;
544 isOk = false;
552 isOk = false;
560 isOk = false;
572 isOk = false;
589 isOk = false;
599 return isOk;
604 bool isOk = true;
625 isOk &= (attrib.getCondition() == Cond::COND_NEVER || expectedLocation == Attribute::LOC_UNDEF || expectedLocation == location);
628 return isOk;
    [all...]
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 403 bool isOk = true;
476 isOk = false;
480 if (!isOk)
715 bool isOk = true;
791 isOk = false;
796 isOk = false;
802 isOk = false;
807 isOk = false;
830 isOk = false;
856 isOk = false
    [all...]
teglGLES2SharingTests.cpp 127 bool isOk (void) const { return m_isOk; }
244 bool isOk = true;
266 isOk = false;
286 isOk = false;
325 if (isOk)
398 if (!program.isOk())
575 if (!program.isOk())
710 if (!m_program->isOk())
    [all...]
teglMultiThreadTests.cpp 197 bool isOk = false;
201 isOk = runThread(thread);
239 return isOk;
333 bool isOk = true;
339 isOk = false;
384 if (isOk)
    [all...]
teglImageFormatTests.cpp 126 bool isOk (void) const { return m_isOk; }
757 TCU_CHECK(program.isOk());
877 TCU_CHECK(program.isOk());
    [all...]

Completed in 473 milliseconds

1 23 4