Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp115 sc->expectBGColor(128, 128); in EXPECT_INITIAL_STATE()
143 sc->expectBGColor(127, 127); in EXPECT_CROPPED_STATE()
144 sc->expectBGColor(128, 128); in EXPECT_CROPPED_STATE()
153 sc->expectBGColor(192, 192); in EXPECT_RESIZE_STATE()
189 sc->expectBGColor(0, 12); in TEST_F()
191 sc->expectBGColor(145, 145); in TEST_F()
214 sc->expectBGColor(0, 12); in TEST_F()
215 sc->expectBGColor(75, 75); in TEST_F()
216 sc->expectBGColor(145, 145); in TEST_F()
298 mCapture->expectBGColor(5, 5); in TEST_F()
[all …]
DScreenCapture_test.cpp305 mCapture->expectBGColor(0, 0); in TEST_F()
307 mCapture->expectBGColor(64, 64); in TEST_F()
373 mCapture->expectBGColor(0, 0); in TEST_F()
375 mCapture->expectBGColor(64, 64); in TEST_F()
1109 verify([&] { screenshot()->expectBGColor(64, 64); }); in TEST_F()
1118 verify([&] { screenshot()->expectBGColor(65, 65); }); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h188 void expectBGColor(uint32_t x, uint32_t y) { checkPixel(x, y, 63, 63, 195); } in expectBGColor() function