Searched refs:unexpectedPixels (Results 1 – 2 of 2) sorted by relevance
108 int unexpectedPixels; member
2254 << logStash.unexpectedPixels << " incorrectly filled pixels. (Marked with red)\n\t" in verifyTriangleGroupRasterizationLog()2285 int unexpectedPixels = 0; in verifyTriangleGroupRasterization() local2378 ++unexpectedPixels; in verifyTriangleGroupRasterization()2406 if (((mode == VERIFICATIONMODE_STRICT) && (missingPixels + unexpectedPixels > 0)) || in verifyTriangleGroupRasterization()2407 …((mode == VERIFICATIONMODE_WEAK) && (missingPixels + unexpectedPixels > weakVerificationThreshol… in verifyTriangleGroupRasterization()2422 tempLogStash->unexpectedPixels = unexpectedPixels; in verifyTriangleGroupRasterization()