Home
last modified time | relevance | path

Searched refs:allOk (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp728 bool allOk = true; in applyTextureGenerationSpec() local
805 allOk = false; in applyTextureGenerationSpec()
810 return allOk; in applyTextureGenerationSpec()
1052 bool allOk = true; in checkTextureState() local
1059allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refV… in checkTextureState()
1068allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refV… in checkTextureState()
1072 return allOk; in checkTextureState()
1088 bool allOk = true; in checkTextureState() local
1095allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, ref… in checkTextureState()
1104allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, ref… in checkTextureState()
[all …]
Des31fSampleVariableTests.cpp545 bool allOk = true; in verifySampleBuffers() local
563allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::… in verifySampleBuffers()
566 if (!allOk) in verifySampleBuffers()
569 return allOk; in verifySampleBuffers()
689 bool allOk = true; in verifySampleBuffers() local
714 allOk = false; in verifySampleBuffers()
780 allOk = false; in verifySampleBuffers()
855 if (!allOk) in verifySampleBuffers()
1474 bool allOk = true; in verifySampleBuffers() local
1492allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), NoRedVerifier(), fa… in verifySampleBuffers()
[all …]
Des31fProgramInterfaceQueryTestCase.cpp2519 bool allOk = true; in checkShaderResourceUsage() local
2523 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2525 return allOk; in checkShaderResourceUsage()
2548 bool allOk = true; in checkShaderResourceUsage() local
2552 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2554 return allOk; in checkShaderResourceUsage()
2575 bool allOk = true; in checkShaderResourceUsage() local
2579 allOk &= checkLimit(restrictions[ndx].pname, restrictions[ndx].usage, gl, log); in checkShaderResourceUsage()
2581 return allOk; in checkShaderResourceUsage()
2606 bool allOk = true; in checkShaderResourceUsage() local
[all …]
Des31fIndirectComputeDispatchTests.cpp300 bool allOk = true; in verifyResultBuffer() local
323 allOk = false; in verifyResultBuffer()
336 return allOk; in verifyResultBuffer()
Des31fSSBOLayoutCase.cpp1785 bool allOk = true; in compareData() local
1807 allOk = compareBufferVarData(log, refEntry, refBlockPtr, resEntry, resBlockPtr) && allOk; in compareData()
1813 return allOk; in compareData()
2581 bool allOk = true; in checkIndexQueries() local
2593 allOk = false; in checkIndexQueries()
2599 return allOk; in checkIndexQueries()
Des31fTessellationGeometryInteractionTests.cpp1760 bool allOk = true; in checkExtensions() local
1776 allOk = false; in checkExtensions()
1778 if (!allOk) in checkExtensions()
/external/deqp/framework/delibs/decpp/
DdeCommandLine.cpp122 bool allOk = true; in parse() local
178 allOk = false; in parse()
185 allOk = false; in parse()
200 allOk = false; in parse()
221 allOk = false; in parse()
227 allOk = false; in parse()
240 allOk = false; in parse()
242 return allOk; in parse()
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp320 bool allOk = true; in iterate() local
331 allOk = false; in iterate()
334 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
335 allOk ? "Pass" : "Image comparison failed"); in iterate()
Des3fFlushFinishTests.cpp473 bool allOk = true; in analyzeResults() local
521 allOk = false; in analyzeResults()
525 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in analyzeResults()
526 allOk ? "Pass" : "Suspicious performance behavior"); in analyzeResults()
/external/deqp/framework/common/
DtcuBilinearImageCompare.cpp199 bool allOk = true; in bilinearCompareRGBA8() local
208 allOk = false; in bilinearCompareRGBA8()
214 return allOk; in bilinearCompareRGBA8()
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp364 bool allOk = true; in analyzeResults() local
412 allOk = false; in analyzeResults()
416 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in analyzeResults()
417 allOk ? "Pass" : "Suspicious performance behavior"); in analyzeResults()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp1870 bool allOk = true; in checkIndexQueries() local
1882 allOk = false; in checkIndexQueries()
1888 return allOk; in checkIndexQueries()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/sqlite/dist/
Dsqlite3.c100885 int allOk = sqlite3VdbeMakeLabel(v);
100886 sqlite3ExprIfTrue(pParse, pCheck->a[i].pExpr, allOk, SQLITE_JUMPIFNULL);
100897 sqlite3VdbeResolveLabel(v, allOk);
/external/sqlite/dist/orig/
Dsqlite3.c100867 int allOk = sqlite3VdbeMakeLabel(v);
100868 sqlite3ExprIfTrue(pParse, pCheck->a[i].pExpr, allOk, SQLITE_JUMPIFNULL);
100879 sqlite3VdbeResolveLabel(v, allOk);