Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp2205 int unexpectedPixels = 0; in verifyTriangleGroupRasterization() local
2297 ++unexpectedPixels; in verifyTriangleGroupRasterization()
2328 if (((mode == VERIFICATIONMODE_STRICT) && (missingPixels + unexpectedPixels > 0)) || in verifyTriangleGroupRasterization()
2329 …((mode == VERIFICATIONMODE_WEAK) && (missingPixels + unexpectedPixels > weakVerificationThreshol… in verifyTriangleGroupRasterization()
2333 << unexpectedPixels << " incorrectly filled pixels. (Marked with red)\n\t" in verifyTriangleGroupRasterization()