Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DSixteenBppTextureTest.cpp651 int samePixelCount = 0; in bandingTest() local
659 samePixelCount++; in bandingTest()
664 double samePixelCountRatio = (1.0 * samePixelCount) / (w * h); in bandingTest()