Searched refs:totalNumPixels (Results 1 – 1 of 1) sorted by relevance
2792 const int totalNumPixels = rendered.getWidth()*rendered.getHeight(); in iterate() local2804 DE_ASSERT(numWhitePixels + numRedPixels <= totalNumPixels); in iterate()2808 if (totalNumPixels - numWhitePixels - numRedPixels > badPixelTolerance) in iterate()2810 …log << TestLog::Message << "Failure: Got " << totalNumPixels - numWhitePixels - numRedPixels << " … in iterate()2819 if (de::abs(numWhitePixels - totalNumPixels/2) > badPixelTolerance) in iterate()2821 … "Failure: wrong number of white pixels; expected approximately " << totalNumPixels/2 << TestLog::… in iterate()2828 if (numWhitePixels != totalNumPixels) in iterate()