Home
last modified time | relevance | path

Searched defs:actualPixel (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp134 bool isRGBAPixelNear(uint32_t actualPixel, uint32_t expectedPixel) { in isRGBAPixelNear()
160 const uint32_t actualPixel = actualPixels[y * height + x]; in compareRGBAPixels() local
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp694 bool GfxstreamEnd2EndTest::ArePixelsSimilar(uint32_t expectedPixel, uint32_t actualPixel) { in ArePixelsSimilar()
734 const uint32_t actualPixel = actualPixels[y * height + x]; in AreImagesSimilar() local
/hardware/google/gfxstream/common/detector/
DImage.cpp327 const uint32_t actualPixel = actualPixels[y * height + x]; in CompareImages() local