Home
last modified time | relevance | path

Searched refs:rowMismatches (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLTestUtils.cpp38 int rowMismatches = 0; in ImageMatches() local
47 ++rowMismatches; in ImageMatches()
48 if (rowMismatches < 50) { in ImageMatches()
49 rowList << ((rowMismatches != 1) ? ", " : "") in ImageMatches()
53 if (rowMismatches == 50) { in ImageMatches()
59 if (rowMismatches) { in ImageMatches()
61 << "Mismatch in image: " << rowMismatches << " rows mismatch " in ImageMatches()