Home
last modified time | relevance | path

Searched refs:rareCount (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fSampleShadingTests.cpp358 int rareCount = 0; in verifyImage() local
388 rareCount++; in verifyImage()
393 << "\tRare (less than " << rareThreshold << " pixels): " << rareCount << "\n" in verifyImage()
394 << "\tCommon: " << (int)shadeFrequency.size() - rareCount << "\n" in verifyImage()
Des31fShaderMultisampleInterpolationTests.cpp145 int rareCount = 0; in verifyImage() local
173 rareCount++; in verifyImage()
178 << "\tRare (less than " << rareThreshold << " pixels): " << rareCount << "\n" in verifyImage()
179 << "\tCommon: " << (int)shadeFrequency.size() - rareCount << "\n" in verifyImage()