Searched defs:allOk (Results 1 - 21 of 21) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp122 bool allOk = true; local
178 allOk = false;
185 allOk = false;
200 allOk = false;
221 allOk = false;
227 allOk = false;
240 allOk = false;
242 return allOk;
/external/deqp/modules/gles3/functional/
H A Des3fShaderFragDataTests.cpp320 bool allOk = true; local
331 allOk = false;
334 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
335 allOk ? "Pass" : "Image comparison failed");
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp632 bool allOk = true; local
634 allOk = allOk && verifyResultLayer(m_context.getTestContext().getLog(),
638 return (allOk ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Image comparison failed"));
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp402 bool allOk = true; local
448 allOk = false;
452 if (allOk)
H A DvktYCbCrImageQueryTests.cpp429 bool allOk = true; local
455 allOk = false;
469 allOk = false;
479 if (allOk)
622 bool allOk = true; local
670 allOk = allOk && (numErrors == 0);
674 if (allOk)
H A DvktYCbCrViewTests.cpp629 bool allOk = true; local
694 allOk = false;
699 if (allOk)
/external/deqp/modules/gles31/functional/
H A Des31fIndirectComputeDispatchTests.cpp300 bool allOk = true; local
323 allOk = false;
336 return allOk;
H A Des31fTextureLevelStateQueryTests.cpp733 bool allOk = true; local
810 allOk = false;
815 return allOk;
1057 bool allOk = true; local
1064 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type);
1073 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type);
1077 return allOk;
1093 bool allOk = true; local
1100 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type);
1109 allOk
1130 bool allOk = true; local
1170 bool allOk = true; local
1220 bool allOk = true; local
1342 bool allOk = true; local
1473 bool allOk = true; local
1518 bool allOk = true; local
1557 bool allOk = true; local
1598 bool allOk = true; local
[all...]
H A Des31fSSBOLayoutCase.cpp1322 " bool allOk = true;\n";
1325 generateCompareSrc(src, "allOk", interface, layout, comparePtrs);
1327 src << " if (allOk)\n"
1785 bool allOk = true; local
1807 allOk = compareBufferVarData(log, refEntry, refBlockPtr, resEntry, resBlockPtr) && allOk;
1813 return allOk;
2581 bool allOk = true; local
2593 allOk = false;
2599 return allOk;
[all...]
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp333 deBool allOk = true; local
358 allOk = false;
362 return allOk;
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp364 bool allOk = true; local
412 allOk = false;
416 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_COMPATIBILITY_WARNING,
417 allOk ? "Pass" : "Suspicious performance behavior");
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp954 bool allOk = true; local
968 allOk = false;
972 return allOk;
H A DvktPipelineRenderToImageTests.cpp1646 bool allOk = true; local
1666 allOk = allOk && ok; // keep testing all levels, even if we know it's a fail overall
1670 return allOk ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Fail");
/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp765 bool allOk = true; local
877 allOk = false;
884 allOk = false;
889 return allOk;
/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp1841 bool allOk = true; local
1854 allOk = false;
1860 return allOk;
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp1870 bool allOk = true; local
1882 allOk = false;
1888 return allOk;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1761 bool allOk = true; local
1794 allOk = false;
1802 allOk = false;
1806 if (allOk)
1884 bool allOk = true; local
1927 allOk = false;
1935 allOk = false;
1944 allOk = false;
1948 if (allOk)
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1358 " bool allOk = true;\n";
1361 generateCompareSrc(src, "allOk", interface, layout, comparePtrs, matrixLoadFlag);
1363 src << " if (allOk)\n"
1690 bool allOk = true; local
1712 allOk = compareBufferVarData(log, refEntry, refBlockPtr, resEntry, resBlockPtr) && allOk;
1718 return allOk;
/external/sqlite/dist/orig/
H A Dsqlite3.c112174 int allOk; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c112174 int allOk; local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1378 milliseconds