Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp700 const uint8_t actualChannel = actualRGBA[channel]; in ArePixelsSimilar() local
703 if ((std::max(actualChannel, expectedChannel) - std::min(actualChannel, expectedChannel)) > in ArePixelsSimilar()
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp140 const uint8_t actualChannel = actualRGBA[channel]; in isRGBAPixelNear() local
143 if ((std::max(actualChannel, expectedChannel) - in isRGBAPixelNear()
144 std::min(actualChannel, expectedChannel)) > kRGBA8888Tolerance) { in isRGBAPixelNear()