Lines Matching refs:numPassed
435 int numPassed = 0; in testPrimitivesInside() local
462 ++numPassed; in testPrimitivesInside()
465 …return (numPassed == DE_LENGTH_OF_ARRAY(cases) ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fa… in testPrimitivesInside()
488 int numPassed = 0; in testPrimitivesOutside() local
517 ++numPassed; in testPrimitivesOutside()
520 …return (numPassed == DE_LENGTH_OF_ARRAY(cases) ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fa… in testPrimitivesOutside()
536 int numPassed = 0; in testPrimitivesDepthClamp() local
607 ++numPassed; in testPrimitivesDepthClamp()
610 …return (numPassed == numCases ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("Rendered imag… in testPrimitivesDepthClamp()
627 int numPassed = 0; in testPrimitivesDepthClip() local
678 numPassed = 0; in testPrimitivesDepthClip()
698 ++numPassed; in testPrimitivesDepthClip()
701 if (numPassed < numCases) in testPrimitivesDepthClip()
705 numPassed = 0; in testPrimitivesDepthClip()
727 ++numPassed; in testPrimitivesDepthClip()
730 if (numPassed < numCases) in testPrimitivesDepthClip()