HomeSort by relevance Sort by last modified time
    Searched refs:allOk (Results 1 - 25 of 31) sorted by null

1 2

  /external/deqp/external/openglcts/scripts/verify/
verify_gl.py 72 allOk = True
80 allOk = False
92 allOk = False
94 return allOk
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp 733 bool allOk = true;
810 allOk = false;
815 return allOk;
    [all...]
es31fSampleVariableTests.cpp 563 bool allOk = true;
581 allOk &= verifyImageWithVerifier(resultBuffers[sampleNdx], m_testCtx.getLog(), ColorVerifier(tcu::Vec3(0.0f, sampleIdColor, 1.0f), tcu::IVec3(1, threshold, 1)), false);
584 if (!allOk)
587 return allOk;
711 bool allOk = true;
736 allOk = false;
802 allOk = false;
877 if (!allOk)
    [all...]
es31fIndirectComputeDispatchTests.cpp 300 bool allOk = true;
323 allOk = false;
336 return allOk;
es31fProgramInterfaceQueryTestCase.cpp     [all...]
es31fSSBOLayoutCase.cpp     [all...]
es31fTessellationGeometryInteractionTests.cpp     [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 122 bool allOk = true;
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/
es3fShaderFragDataTests.cpp 320 bool allOk = true;
331 allOk = false;
334 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
335 allOk ? "Pass" : "Image comparison failed");
es3fFlushFinishTests.cpp 491 bool allOk = true;
539 allOk = false;
543 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_COMPATIBILITY_WARNING,
544 allOk ? "Pass" : "Suspicious performance behavior");
  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 199 bool allOk = true;
208 allOk = false;
214 return allOk;
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 364 bool allOk = true;
412 allOk = false;
416 m_testCtx.setTestResult(allOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_COMPATIBILITY_WARNING,
417 allOk ? "Pass" : "Suspicious performance behavior");
  /frameworks/compile/libbcc/lib/
Compiler.cpp 69 bool allOk = true;
92 allOk = false;
106 allOk = false;
111 return allOk;
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrImageQueryTests.cpp 429 bool allOk = true;
455 allOk = false;
469 allOk = false;
479 if (allOk)
622 bool allOk = true;
670 allOk = allOk && (numErrors == 0);
674 if (allOk)
vktYCbCrFormatTests.cpp 402 bool allOk = true;
448 allOk = false;
452 if (allOk)
vktYCbCrViewTests.cpp 629 bool allOk = true;
694 allOk = false;
699 if (allOk)
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryGridRenderTests.cpp 632 bool allOk = true;
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/robustness/
vktRobustnessBufferAccessTests.cpp     [all...]
vktRobustnessVertexAccessTests.cpp 765 bool allOk = true;
877 allOk = false;
884 allOk = false;
889 return allOk;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 333 deBool allOk = true;
358 allOk = false;
362 return allOk;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp     [all...]
vktPipelineRenderToImageTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.cpp     [all...]

Completed in 1184 milliseconds

1 2