HomeSort by relevance Sort by last modified time
    Searched refs:isOk (Results 76 - 100 of 254) sorted by null

1 2 34 5 6 7 8 91011

  /external/deqp/modules/gles3/functional/
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...]
es3fPixelBufferObjectTests.cpp 265 if (!m_program->isOk())
565 bool isOk = false;
568 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);
570 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);
576 if (isOk)
es3fTextureSizeTests.cpp 157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
159 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
160 isOk ? "Pass" : "Image comparison failed");
es3fTextureSwizzleTests.cpp 216 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
218 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
219 isOk ? "Pass" : "Image comparison failed");
es3fDepthStencilClearTests.cpp 185 if (!m_visProgram->isOk())
221 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
223 if (!isOk)
227 return isLastIter || !isOk ? STOP : CONTINUE;
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/
es31fTextureFormatTests.cpp 231 bool isOk = testLayerFace(m_curLayerFace);
233 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
366 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
368 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
369 isOk ? "Pass" : "Image comparison failed");
es31fBasicComputeShaderTests.cpp 103 if (!program.isOk())
162 if (!program.isOk())
282 if (!program.isOk())
391 if (!program.isOk())
506 if (!program.isOk())
627 if (!program.isOk())
726 if (!program0.isOk() || !program1.isOk())
    [all...]
es31fFboNoAttachmentTests.cpp 93 if (!program.isOk())
96 TCU_CHECK(program.isOk());
195 if (!program.isOk())
198 TCU_CHECK(program.isOk());
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 95 UBool isOk() const { return ok; }
341 if(U_SUCCESS(errorCode) && !sink.IsOk()) {
623 ok &= secondaries.isOk();
630 ok &= cases.isOk();
652 ok &= tertiaries.isOk();
659 ok &= quaternaries.isOk();
664 if(!ok || !sink.IsOk()) {
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 87 bool isOk = true;
98 isOk = false;
103 if (!isOk || logMode == tcu::COMPARE_LOG_EVERYTHING)
105 if (!isOk)
117 return isOk;
167 bool isOk = compareToConstantColor(log, "Result", "Image comparison result", renderedFrame, tcu::COMPARE_LOG_RESULT, m_compareColor);
169 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
170 isOk ? "Pass" : "Image comparison failed");
223 bool isOk = compareToConstantColor(log, "Result", "Image comparison result", renderedFrame, tcu::COMPARE_LOG_RESULT, m_compareColor);
225 if (!isOk)
    [all...]
es2fFlushFinishTests.cpp 197 if (!m_program->isOk())
404 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold :
409 if (!isOk)
es2fTextureSizeTests.cpp 157 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
159 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
160 isOk ? "Pass" : "Image comparison failed");
es2fTextureWrapTests.cpp 217 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
219 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
220 isOk ? "Pass" : "Image comparison failed");
es2fDepthStencilClearTests.cpp 182 if (!m_visProgram->isOk())
218 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
220 if (!isOk)
224 return isLastIter || !isOk ? STOP : CONTINUE;
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...]
es2fTextureFormatTests.cpp 194 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
196 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
197 isOk ? "Pass" : "Image comparison failed");
484 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
486 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
487 isOk ? "Pass" : "Image comparison failed");
  /system/netd/tests/
binder_test.cpp 309 ASSERT_TRUE(mNetd->networkRejectNonSecureVpn(true, uidRanges).isOk());
317 ASSERT_TRUE(mNetd->networkRejectNonSecureVpn(false, uidRanges).isOk());
440 EXPECT_TRUE(mNetd->socketDestroy(uidRanges, skipUids).isOk());
453 EXPECT_TRUE(mNetd->socketDestroy(uidRanges, skipUids).isOk());
458 EXPECT_TRUE(mNetd->socketDestroy(uidRanges, skipUids).isOk());
594 EXPECT_TRUE(status.isOk()) << status.exceptionMessage();
610 EXPECT_TRUE(status.isOk()) << status.exceptionMessage();
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 606 bool isOk;
615 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold)));
617 if (!isOk)
630 isOk = boolAll(equal(reference, result));
632 if (!isOk)
640 if (!isOk && testResult.getCode() == QP_TEST_RESULT_PASS)
651 bool isOk = true;
654 isOk = isOk && (refPtr[ndx] == resPtr[ndx]);
656 if (!isOk)
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 345 if (!response.isOk()) {
533 if (!response.isOk()) {
545 if (!response.isOk()) {
  /external/deqp/framework/opengl/
gluContextInfo.cpp 55 return program.isOk();
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 206 if (!m_program->isOk())
209 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed");
368 if (!m_program->isOk())
371 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed");
glsSamplerObjectTest.cpp 244 if (!m_program->isOk())
568 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
571 isOk = false;
573 if (!isOk)
763 if (!m_program->isOk())
    [all...]
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 133 } else if (!remoteRet.isOk()) {
387 } else if (!remoteRet.isOk()) {
438 if (!remoteRet.isOk()) {
462 if (!remoteRet.isOk()) {
576 if (!remoteRet.isOk()) {
584 if (!remoteRet.isOk()) {
596 if (!remoteRet.isOk()) {
609 } else if (!remoteRet.isOk()) {
    [all...]
  /system/netd/server/
NetdNativeService.cpp 63 if (!status.isOk()) { \
90 if (!dump_permission.isOk()) {

Completed in 1026 milliseconds

1 2 34 5 6 7 8 91011