Searched refs:pixelErrors (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp79 int pixelErrors = 0; local
83 ++pixelErrors;
87 REPORTER_ASSERT(reporter, 0 == pixelErrors);
H A DImageDecodingTest.cpp642 int pixelErrors = 0; local
646 ++pixelErrors;
651 if (pixelErrors != 0) {
654 pixelErrors, kExpectedHeight * kExpectedWidth,
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp79 int pixelErrors = 0; local
83 ++pixelErrors;
87 REPORTER_ASSERT(reporter, 0 == pixelErrors);
H A DSerializationTest.cpp309 int pixelErrors = 0; local
313 ++pixelErrors;
316 REPORTER_ASSERT(reporter, 0 == pixelErrors);
H A DImageDecodingTest.cpp640 int pixelErrors = 0; local
644 ++pixelErrors;
649 if (pixelErrors != 0) {
652 pixelErrors, kExpectedHeight * kExpectedWidth,

Completed in 713 milliseconds