Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp113 sc->expectBGColor(128, 128); in EXPECT_INITIAL_STATE()
141 sc->expectBGColor(127, 127); in EXPECT_CROPPED_STATE()
142 sc->expectBGColor(128, 128); in EXPECT_CROPPED_STATE()
151 sc->expectBGColor(192, 192); in EXPECT_RESIZE_STATE()
187 sc->expectBGColor(0, 12); in TEST_F()
189 sc->expectBGColor(145, 145); in TEST_F()
212 sc->expectBGColor(0, 12); in TEST_F()
213 sc->expectBGColor(75, 75); in TEST_F()
214 sc->expectBGColor(145, 145); in TEST_F()
296 mCapture->expectBGColor(5, 5); in TEST_F()
[all …]
DScreenCapture_test.cpp158 mCapture->expectBGColor(0, 0); in TEST_F()
160 mCapture->expectBGColor(64, 64); in TEST_F()
947 verify([&] { screenshot()->expectBGColor(64, 64); }); in TEST_F()
956 verify([&] { screenshot()->expectBGColor(65, 65); }); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h179 void expectBGColor(uint32_t x, uint32_t y) { checkPixel(x, y, 63, 63, 195); } in expectBGColor() function