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

1 2 34

  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 635 bool isOk = errorCodesOk && imagesOk;
636 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
637 isOk ? "Pass" : failReason);
    [all...]
es2fVertexTextureTests.cpp 461 if(!m_program->isOk())
621 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
623 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
624 isOk ? "Pass" : "Image comparison failed");
764 if(!m_program->isOk())
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 394 const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true));
396 if (!isOk)
661 if (!program.isOk())
828 const bool isOk = verify(result.getAccess(), errorMask.getAccess());
833 if (!isOk)
838 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
839 isOk ? "Pass" : "Image comparison failed");
    [all...]
es3fTextureMipmapTests.cpp 460 const bool isOk = numFailedPixels == 0;
461 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
462 isOk ? "Pass" : "Image verification failed");
778 const bool isOk = numFailedPixels == 0;
779 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
780 isOk ? "Pass" : "Image verification failed");
    [all...]
es3fTextureSpecificationTests.cpp 311 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
314 if (!isOk)
375 bool isOk = true;
409 isOk = false;
414 if (!isOk)
    [all...]
es3fTextureUnitTests.cpp     [all...]
es3fVertexTextureTests.cpp 562 if(!m_program->isOk())
722 const bool isOk = compareImages(m_context.getRenderContext(), m_testCtx.getLog(), refImage, resImage);
724 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
725 isOk ? "Pass" : "Image comparison failed");
868 if(!m_program->isOk())
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp     [all...]
es31fGeometryShaderTests.cpp     [all...]
es31fSSBOLayoutCase.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 396 DE_ASSERT(isOk());
408 bool isOk (void) const { return m_program.isOk(); }
599 bool isOk (void) const { return m_program.isOk(); }
844 bool isOk (void) const { return m_program.isOk(); }
    [all...]
glsTextureTestUtil.cpp     [all...]
glsUniformBlockCase.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 1230 milliseconds

1 2 34