Searched refs:allOk (Results 1 - 20 of 20) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fSampleShadingTests.cpp89 bool allOk = true;
98 allOk &= verify(false);
106 allOk &= verify(true);
109 allOk &= verify(false);
112 if (!allOk && m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
242 bool allOk = true;
251 allOk &= verify(0.0);
259 allOk &= verify(0.0);
262 allOk &= verify(1.0);
265 allOk
[all...]
H A Des31fVertexAttributeBindingStateQueryTests.cpp62 bool allOk = true; local
83 allOk = false;
88 allOk = false;
114 allOk = false;
119 allOk = false;
143 allOk = false;
148 allOk = false;
153 if (allOk)
178 bool allOk = true; local
199 allOk
[all...]
H A Des31fTextureLevelStateQueryTests.cpp945 bool allOk = true; local
952 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type);
961 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type);
965 return allOk;
981 bool allOk = true; local
988 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type);
997 allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type);
1001 return allOk;
1029 bool allOk = true; local
1036 allOk
1069 bool allOk = true; local
1119 bool allOk = true; local
1241 bool allOk = true; local
1372 bool allOk = true; local
[all...]
H A Des31fIntegerStateQueryTests.cpp501 bool allOk = true; local
509 allOk &= verifyValue(gl, m_bindTarget, 0, m_verifierType);
522 allOk &= verifyValue(gl, m_bindTarget, texture, m_verifierType);
531 allOk &= verifyValue(gl, m_bindTarget, 0, m_verifierType);
534 if (allOk)
H A Des31fSampleVariableTests.cpp545 bool allOk = true;
563 allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, sampleIdColor, 1.0f), tcu::IVec3(1, threshold, 1)), false);
566 if (!allOk)
569 return allOk;
689 bool allOk = true;
714 allOk = false;
780 allOk = false;
855 if (!allOk)
984 " bool allOk = false;\n"
995 " allOk
[all...]
H A Des31fIndirectComputeDispatchTests.cpp300 bool allOk = true; local
323 allOk = false;
336 return allOk;
H A Des31fProgramInterfaceQueryTestCase.cpp2026 bool allOk = true;
2030 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2032 return allOk;
2055 bool allOk = true;
2059 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2061 return allOk;
2082 bool allOk = true;
2086 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log);
2088 return allOk;
2130 bool allOk
[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...]
H A Des31fTessellationGeometryInteractionTests.cpp1757 bool allOk = true;
1773 allOk = false;
1775 if (!allOk)
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp116 bool allOk = true; local
172 allOk = false;
179 allOk = false;
194 allOk = false;
215 allOk = false;
221 allOk = false;
234 allOk = false;
236 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");
H A Des3fFlushFinishTests.cpp434 bool allOk = true; local
482 allOk = false;
486 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
487 allOk ? "Pass" : "Suspicious performance behavior");
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp191 bool allOk = true;
200 allOk = false;
206 return allOk;
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp363 bool allOk = true; local
411 allOk = false;
415 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
416 allOk ? "Pass" : "Suspicious performance behavior");
/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c1216 int allOk = sqlite3VdbeMakeLabel(v); local
1218 sqlite3ExprIfTrue(pParse, pTab->pCheck, allOk, SQLITE_JUMPIFNULL);
1226 sqlite3VdbeResolveLabel(v, allOk);
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp1870 bool allOk = true; local
1882 allOk = false;
1888 return allOk;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c85699 int allOk = sqlite3VdbeMakeLabel(v); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c96018 int allOk = sqlite3VdbeMakeLabel(v); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c96038 int allOk = sqlite3VdbeMakeLabel(v); local
[all...]

Completed in 755 milliseconds