Searched refs:isOk (Results 1 - 25 of 185) sorted by relevance

12345678

/external/deqp/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp88 bool isOk = true; local
109 isOk = verifier.verify(srcBuf, srcRef.getPtr(), 0, m_srcSize, m_srcTarget) && isOk;
110 isOk = verifier.verify(dstBuf, dstRef.getPtr(), 0, m_dstSize, m_dstTarget) && isOk;
121 isOk = verifier.verify(srcBuf, srcRef.getPtr(), 0, m_srcSize, m_srcTarget) && isOk;
122 isOk = verifier.verify(dstBuf, dstRef.getPtr(), 0, m_dstSize, m_dstTarget) && isOk;
124 m_testCtx.setTestResult(isOk
172 bool isOk = true; local
[all...]
H A Des3fBufferMapTests.cpp70 bool isOk = false; local
86 isOk = compareByteArrays(log, (const deUint8*)ptr, refBuf.getPtr(m_mapOffset), m_mapSize);
93 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
94 isOk ? "Pass" : "Buffer verification failed");
141 bool isOk = verifier.verify(buf, refBuf.getPtr(), 0, m_size, m_bufferTarget); local
144 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
145 isOk ? "Pass" : "Buffer verification failed");
195 bool isOk = verifier.verify(buf, refBuf.getPtr(), 0, m_bufferSize, m_bufferTarget); local
198 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
199 isOk
256 bool isOk = verifier.verify(buf, refBuf.getPtr(), verifyOffset, verifySize, m_bufferTarget); local
315 bool isOk = verifier.verify(buf, refBuf.getPtr(), verifyOffset, verifySize, m_bufferTarget); local
355 bool isOk = true; local
426 bool isOk = true; local
492 bool isOk = true; local
[all...]
H A Des3fShaderFragDataTests.cpp76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold); local
78 if (!isOk)
180 if (!program.isOk())
202 bool isOk; local
207 isOk = compareSingleColor(m_testCtx.getLog(), result, tcu::RGBA::green, threshold);
209 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
210 isOk ? "Pass" : "Image comparison failed");
251 const int indexLoc = program.isOk() ? gl.getUniformLocation(program.getProgram(), "u_index") : -1;
280 if (!program.isOk())
H A Des3fFragDepthTests.cpp150 if (!basicQuadProgram.isOk())
195 if (!program.isOk())
264 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); local
265 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
266 isOk ? "Pass" : "Fail");
324 if (!program.isOk())
364 if (!program.isOk())
416 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); local
417 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
418 isOk
[all...]
H A Des3fShaderBuiltinVarTests.cpp136 if (!shaderExecutor->isOk())
323 if (!program.isOk())
368 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); local
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); local
464 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
465 isOk ? "Pass" : "Image comparison failed");
532 if (!program.isOk())
583 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); local
681 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); local
[all...]
H A Des3fImplementationLimitTests.cpp246 const bool isOk = compare<T>(m_minRequiredValue, value); local
251 if (!isOk)
254 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
255 isOk ? "Pass" : "Requirement not satisfied");
393 const bool isOk = compareExtensionLists(nonIndexedExts, indexedExts); local
399 if (!isOk)
408 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
409 isOk ? "Pass" : "Invalid extension list");
/external/deqp/modules/internal/
H A DditBuildInfoTests.cpp128 const bool isOk = valueName != DE_NULL; local
133 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
134 isOk ? "Pass" : "No enum name found");
157 const bool isOk = *((const deUint8*)&multiByte) == (deUint8)0x01; local
159 const bool isOk = *((const deUint8*)&multiByte) == (deUint8)0x02; local
167 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
168 isOk ? "Pass" : "Configured endianness inconsistent");
H A DditImageCompareTests.cpp92 const bool isOk = de::inRange(result, m_minBound, m_maxBound); local
93 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
94 isOk ? "Pass" : "Metric out of bounds");
138 const bool isOk = result == m_expectedResult; local
139 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
140 isOk ? "Pass" : "Wrong comparison result");
/external/deqp/modules/gles2/functional/
H A Des2fShaderFragDataTests.cpp76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold); local
78 if (!isOk)
180 if (!program.isOk())
202 bool isOk; local
207 isOk = compareSingleColor(m_testCtx.getLog(), result, tcu::RGBA::green, threshold);
209 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
210 isOk ? "Pass" : "Image comparison failed");
H A Des2fBufferTestUtil.cpp77 bool isOk = true; local
93 isOk = false;
131 log << TestLog::Message << (isOk ? "Verification passed." : "Verification FAILED!") << TestLog::EndMessage;
134 return isOk;
298 if (!m_program->isOk())
418 bool isOk = true;
471 isOk = false;
481 return isOk;
508 if (!m_program->isOk())
586 bool isOk
[all...]
H A Des2fShaderBuiltinVarTests.cpp56 bool isOk = 0 == (int)(deFloatFloor(c.coords.x() * builtinConstScale) + 0.05f); local
57 c.color = isOk ? tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f) : tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f);
135 src << "\tbool isOk = " << m_varName << " == (" << refValue << " + int(floor(" << (m_isVertexCase ? "a_coords" : "v_coords") << ".x * " << de::floatToString(builtinConstScale, 1) << ") + 0.05));\n";
136 src << "\t" << (m_isVertexCase ? "v_color" : "gl_FragColor") << " = isOk ? vec4(0.0, 1.0, 0.0, 1.0) : vec4(1.0, 0.0, 0.0, 1.0);\n";
303 if (!program.isOk())
348 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); local
349 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
350 isOk ? "Pass" : "Image comparison failed");
397 if (!program.isOk())
440 bool isOk local
557 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); local
652 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); local
[all...]
H A Des2fImplementationLimitTests.cpp162 const bool isOk = compare<T>(m_minRequiredValue, value); local
167 if (!isOk)
170 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
171 isOk ? "Pass" : "Requirement not satisfied");
H A Des2fDepthRangeTests.cpp158 if (!program.isOk())
257 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); local
258 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
259 isOk ? "Pass" : "Fail");
308 if (!program.isOk())
390 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); local
391 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
392 isOk ? "Pass" : "Fail");
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DDynamicTableModel.java183 private boolean isOk = true; field in class:DynamicTableModel.TableModelIterator
228 return isOk && lastElement < calculatedNumElements;
234 isOk = false;
272 isOk = false;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DBiDiConformanceTest.java486 boolean isOk=true;
489 isOk=false;
501 isOk=false;
507 if(!isOk) {
521 return isOk;
532 boolean isOk=true;
545 isOk=false;
552 if(isOk && orderingCount!=visualIndex) {
554 isOk=false;
556 if(!isOk) {
[all...]
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp484 bool isOk = true; local
489 isOk = isOk && compareToReference(log, "Compare pre-swap framebuffer to reference", "Compare pre-swap framebuffer to reference", preSwapFramebufferReference, preSwapFramebuffer, 0, 0, width, height);
491 isOk = isOk && compareToReference(log, "Compare post-swap framebuffer to reference", "Compare post-swap framebuffer to reference", postSwapFramebufferReference, postSwapFramebuffer, 0, 0, width, height);
494 isOk = isOk && comparePreAndPostSwapFramebuffers(log, preSwapFramebuffer, postSwapFramebuffer);
511 isOk = isOk && compareToReference(log, "Compare pre-swap framebuffer to reference", "Compare pre-swap framebuffer to reference", preSwapFramebufferReference, preSwapFramebuffer, 0, 0, width, height);
514 isOk
[all...]
H A DteglCreateContextExtTests.cpp370 bool isOk = true; local
433 isOk = false;
437 if (!isOk)
672 bool isOk = true; local
748 isOk = false;
753 isOk = false;
759 isOk = false;
764 isOk = false;
787 isOk = false;
813 isOk
[all...]
H A DteglClientExtensionTests.cpp188 bool isOk = true; local
220 isOk = false;
229 isOk = false;
233 if (isOk)
H A DteglNativeCoordMappingTests.cpp267 bool isOk = true; local
280 isOk = false;
290 isOk = false;
302 isOk = false;
312 if (!isOk)
315 return isOk;
376 bool isOk = true; local
399 isOk = false;
410 return isOk;
423 bool isOk local
467 bool isOk = true; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp527 bool isOk = true; local
551 isOk = false;
554 return isOk;
715 bool isOk = true; local
789 isOk = false;
794 isOk = false;
800 isOk = false;
803 return isOk;
808 bool isOk = true; local
835 isOk
1024 bool isOk = true; local
[all...]
H A Des31fProgramPipelineStateQueryTests.cpp116 if (!vtxProgram.isOk() || !frgProgram.isOk())
192 if (!program.isOk())
255 if (!vtxProgram.isOk() || !frgProgram.isOk())
324 if (!vtxProgram.isOk() || !frgProgram.isOk())
/external/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp580 UBool isOk=TRUE; local
584 isOk=FALSE;
597 isOk=FALSE;
603 if(!isOk) {
617 return isOk;
626 UBool isOk=TRUE; local
644 isOk=FALSE;
651 if(isOk && orderingCount!=visualIndex) {
654 isOk=FALSE;
656 if(!isOk) {
[all...]
/external/deqp/framework/common/
H A DtcuImageCompare.cpp124 const bool isOk = boolAll(lessThanEqual(diff, threshold)); local
126 if (isOk)
143 const bool isOk = boolAll(lessThanEqual(diff, threshold)); local
145 pixelFoundForReference = isOk;
166 const bool isOk = boolAll(lessThanEqual(diff, threshold)); local
168 pixelFoundForResult = isOk;
221 bool isOk = difference <= threshold; local
225 if (!isOk || logMode == COMPARE_LOG_EVERYTHING)
234 if (!isOk)
253 return isOk;
508 const bool isOk = boolAll(lessThanEqual(diff, threshold)); local
595 bool isOk = boolAll(lessThanEqual(diff, threshold)); local
679 const bool isOk = boolAll(lessThanEqual(diff, threshold)); local
764 bool isOk = boolAll(lessThanEqual(diff, threshold)); local
1008 bool isOk = bilinearCompare(reference, result, errorMask, threshold); local
[all...]
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.hpp76 virtual bool isOk (void) const = 0;
H A DglsBufferTestUtil.cpp75 bool isOk = true; local
91 isOk = false;
129 log << TestLog::Message << (isOk ? "Verification passed." : "Verification FAILED!") << TestLog::EndMessage;
132 return isOk;
398 bool isOk = false; local
405 isOk = compareByteArrays(m_log, mapPtr, reference+offset, numBytes);
412 return isOk;
448 if (!m_program->isOk())
579 bool isOk = true;
641 isOk
[all...]

Completed in 1399 milliseconds

12345678