Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp696 const uint8_t* expectedRGBA = reinterpret_cast<const uint8_t*>(&expectedPixel); in ArePixelsSimilar() local
701 const uint8_t expectedChannel = expectedRGBA[channel]; in ArePixelsSimilar()
741 const uint8_t* expectedRGBA = reinterpret_cast<const uint8_t*>(&expectedPixel); in AreImagesSimilar() local
751 << " r:" << static_cast<int>(expectedRGBA[0]) in AreImagesSimilar()
752 << " g:" << static_cast<int>(expectedRGBA[1]) in AreImagesSimilar()
753 << " b:" << static_cast<int>(expectedRGBA[2]) in AreImagesSimilar()
754 << " a:" << static_cast<int>(expectedRGBA[3]); in AreImagesSimilar()
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp136 const uint8_t* expectedRGBA = reinterpret_cast<const uint8_t*>(&expectedPixel); in isRGBAPixelNear() local
141 const uint8_t expectedChannel = expectedRGBA[channel]; in isRGBAPixelNear()
167 const uint8_t* expectedRGBA = in compareRGBAPixels() local
176 << " r:" << static_cast<int>(expectedRGBA[0]) in compareRGBAPixels()
177 << " g:" << static_cast<int>(expectedRGBA[1]) in compareRGBAPixels()
178 << " b:" << static_cast<int>(expectedRGBA[2]) in compareRGBAPixels()
179 << " a:" << static_cast<int>(expectedRGBA[3]); in compareRGBAPixels()