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