Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp729 uint32_t reportedIncorrectPixels = 0; in AreImagesSimilar() local
738 if (reportedIncorrectPixels < kMaxReportedIncorrectPixels) { in AreImagesSimilar()
739 reportedIncorrectPixels++; in AreImagesSimilar()
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp155 uint32_t reportedIncorrectPixels = 0; in compareRGBAPixels() local
164 if (reportedIncorrectPixels < kMaxReportedIncorrectPixels) { in compareRGBAPixels()
165 reportedIncorrectPixels++; in compareRGBAPixels()