Searched refs:numExpectedPixels (Results 1 – 1 of 1) sorted by relevance
1162 const int numExpectedPixels = RENDER_SIZE_LARGE * RENDER_SIZE_LARGE; in testComplementarity() local1164 …return (numGrayPixels == numExpectedPixels ? tcu::TestStatus::pass("OK") : tcu::TestStatus::fail("… in testComplementarity()