Searched refs:isOk (Results 26 - 50 of 181) sorted by relevance

12345678

/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp482 if (!executor->isOk())
572 bool isOk; local
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; local
620 isOk = isOk
1100 const bool isOk = rangeOk && notSeen; local
[all...]
H A Des31fFboTestCase.cpp120 bool isOk = compare(reference, result); local
121 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
122 isOk ? "Pass" : "Image comparison failed");
H A Des31fShaderBuiltinConstantTests.cpp207 if (!shaderExecutor->isOk())
246 const bool isOk = verifyInShaderType(glu::ShaderType(shaderType), reference); local
247 DE_ASSERT(isOk || m_testCtx.getTestResult() != QP_TEST_RESULT_PASS);
248 DE_UNREF(isOk);
H A Des31fShaderStateQueryTests.cpp113 if (!program.isOk())
H A Des31fSSBOLayoutCase.cpp1718 bool isOk = true; local
1732 isOk = isOk && compareComponents(scalarType, resCompPtr, refCompPtr, 1);
1736 if (!isOk)
1756 const bool isOk = compareComponents(scalarType, resElemPtr, refElemPtr, scalarSize); local
1758 if (!isOk)
2115 if (!program.isOk())
2281 bool isOk = true; local
2301 isOk = false;
2316 isOk
2357 bool isOk = true; local
2427 bool isOk = true; local
2497 bool isOk = true; local
2533 bool isOk = true; local
2611 bool isOk = true; local
[all...]
H A Des31fShaderAtomicOpTests.cpp176 if (!m_program->isOk())
235 bool isOk = true; local
240 isOk = verify((int)numValues,
248 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
249 isOk ? "Pass" : "Comparison failed");
972 if (!m_program->isOk())
1038 bool isOk = true;
1058 isOk = false;
1066 isOk = false;
1074 m_testCtx.setTestResult(isOk
[all...]
H A Des31fTextureFormatTests.cpp231 bool isOk = testLayerFace(m_curLayerFace);
233 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
355 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold); local
357 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
358 isOk ? "Pass" : "Image comparison failed");
/external/chromium_org/third_party/icu/source/tools/gendict/
H A Dgendict.cpp371 UBool isOk = TRUE;
381 isOk = FALSE;
393 isOk = FALSE;
402 isOk = FALSE;
426 if (!isOk && status.isSuccess()) {
/external/deqp/modules/egl/
H A DteglRenderCase.cpp139 bool isOk = true; local
159 isOk = false;
181 isOk = false;
206 isOk = false;
211 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
H A DteglNativeColorMappingTests.cpp323 bool isOk = true; local
345 isOk = false;
357 return isOk;
365 bool isOk = true; local
385 isOk = false;
397 return isOk;
405 bool isOk = true; local
426 isOk = false;
438 return isOk;
H A DteglQueryContextTests.cpp99 bool isOk = true; local
119 isOk = false;
143 isOk = false;
173 isOk = false;
180 if (!isOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
H A DteglImageFormatTests.cpp126 bool isOk (void) const { return m_isOk; } function in class:deqp::egl::__anon19830::Program
757 TCU_CHECK(program.isOk());
877 TCU_CHECK(program.isOk());
972 bool isOk = tcu::pixelThresholdCompare(m_log, "Depth buffer rendering result", "Result from rendering with depth buffer", referenceScreen, screen, tcu::RGBA(1,1,1,1), tcu::COMPARE_LOG_RESULT); local
981 return isOk;
1036 bool isOk = tcu::pixelThresholdCompare(m_log, "Renderbuffer read", "Result from reading renderbuffer", referenceScreen, screen, tcu::RGBA(1,1,1,1), tcu::COMPARE_LOG_RESULT); local
1044 return isOk;
1049 bool isOk = true; local
1055 isOk = false;
1064 if (!isOk)
1753 bool isOk = true; local
[all...]
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp371 UBool isOk = TRUE;
381 isOk = FALSE;
393 isOk = FALSE;
402 isOk = FALSE;
426 if (!isOk && status.isSuccess()) {
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp81 bool isOk = true; local
100 isOk = isOk && pixelOk;
103 if (!isOk)
121 return isOk;
487 if (!m_program->isOk())
556 if (!m_program->isOk())
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp501 bool isOk = true; local
544 isOk = false;
552 isOk = false;
560 isOk = false;
572 isOk = false;
589 isOk = false;
599 return isOk;
604 bool isOk = true; local
625 isOk &= (attrib.getCondition() == Cond::COND_NEVER || expectedLocation == Attribute::LOC_UNDEF || expectedLocation == location);
628 return isOk;
633 bool isOk = checkActiveAttribQuery(log, gl, program, attributes); local
703 bool isOk = true; local
[all...]
H A DglsUniformBlockCase.cpp1436 if (!program.isOk())
1578 bool isOk = true; local
1601 isOk = false;
1618 isOk = false;
1629 isOk = false;
1646 isOk = false;
1651 return isOk;
1657 bool isOk = true; local
1680 isOk = false;
1695 isOk
1731 bool isOk = true; local
1790 bool isOk = true; local
1826 bool isOk = true; local
[all...]
H A DglsShaderPerformanceCase.cpp145 if (m_program->isOk())
185 if (!m_program->isOk()) // This happens when compilation failed in init().
/external/deqp/modules/gles2/functional/
H A Des2fDepthTests.cpp184 bool isOk = errorCodesOk && imagesOk; local
185 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
186 isOk ? "Pass" : failReason);
H A Des2fLightAmountTest.cpp176 bool testOk = program.isOk();
H A Des2fTextureCompletenessTests.cpp90 bool isOk = true; local
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); local
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); local
228 if (!isOk)
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDepthTests.cpp187 bool isOk = errorCodesOk && imagesOk; local
188 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
189 isOk ? "Pass" : failReason);
H A Des3fFboTestCase.cpp116 bool isOk = compare(reference, result); local
117 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
118 isOk ? "Pass" : "Image comparison failed");
H A Des3fVertexArrayObjectTests.cpp251 if (!m_vaoProgram->isOk() || !m_stateProgram->isOk())
642 bool isOk; local
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())
1219 bool isOk; local
[all...]
H A Des3fPixelBufferObjectTests.cpp265 if (!m_program->isOk())
563 bool isOk = false; local
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)
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp95 UBool isOk() const { return ok; } function in class:__anon21888::SortKeyLevel
603 ok &= secondaries.isOk();
645 ok &= cases.isOk();
676 ok &= tertiaries.isOk();
683 ok &= quaternaries.isOk();

Completed in 948 milliseconds

12345678