Searched defs:maxdiff (Results 1 - 1 of 1) sorted by relevance
/external/chromium_org/content/common/gpu/client/ |
H A D | gl_helper_unittest.cc | 374 // is no more than |maxdiff| apart. If they are not similar enough, 378 int maxdiff, 389 EXPECT_NEAR(a, b, maxdiff) << " x=" << x << " y=" << y << " c=" << c 391 if (std::abs(a - b) > maxdiff) { 807 // is no more than |maxdiff| apart. 810 int maxdiff, 821 EXPECT_NEAR(a, b, maxdiff) << " x=" << x << " y=" << y << " " 823 if (std::abs(a - b) > maxdiff) { 376 Compare(SkBitmap* truth, SkBitmap* other, int maxdiff, SkBitmap* source, const std::vector<GLHelperScaling::ScalerStage>& scaler_stages, std::string message) argument 808 ComparePlane(unsigned char* truth, unsigned char* other, int maxdiff, int xsize, int stride, int ysize, SkBitmap* source, std::string message) argument
|
Completed in 111 milliseconds