Searched defs:comparePixels (Results 1 – 2 of 2) sorted by relevance
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() function
357 auto comparePixels = [](const SkPixmap& p1, const SkPixmap& p2, skiatest::Reporter* reporter) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local