HomeSort by relevance Sort by last modified time
    Searched refs:pixelErrors (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 79 int pixelErrors = 0;
83 ++pixelErrors;
87 REPORTER_ASSERT(reporter, 0 == pixelErrors);
ImageDecodingTest.cpp 642 int pixelErrors = 0;
646 ++pixelErrors;
651 if (pixelErrors != 0) {
654 pixelErrors, kExpectedHeight * kExpectedWidth,
  /external/chromium_org/third_party/skia/tests/
CachedDecodingPixelRefTest.cpp 79 int pixelErrors = 0;
83 ++pixelErrors;
87 REPORTER_ASSERT(reporter, 0 == pixelErrors);
SerializationTest.cpp 309 int pixelErrors = 0;
313 ++pixelErrors;
316 REPORTER_ASSERT(reporter, 0 == pixelErrors);
ImageDecodingTest.cpp 640 int pixelErrors = 0;
644 ++pixelErrors;
649 if (pixelErrors != 0) {
652 pixelErrors, kExpectedHeight * kExpectedWidth,

Completed in 395 milliseconds