Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerUpdate_test.cpp112 sc->expectFGColor(127, 127); in EXPECT_INITIAL_STATE()
140 sc->expectFGColor(126, 126); in EXPECT_CROPPED_STATE()
149 sc->expectFGColor(64, 64); in EXPECT_RESIZE_STATE()
150 sc->expectFGColor(191, 191); in EXPECT_RESIZE_STATE()
172 sc->expectFGColor(74, 74); in TEST_F()
188 sc->expectFGColor(75, 75); in TEST_F()
202 sc->expectFGColor(1, 1); in TEST_F()
226 sc->expectFGColor(75, 75); in TEST_F()
264 mCapture->expectFGColor(64, 64); in TEST_F()
276 mCapture->expectFGColor(0, 0); in TEST_F()
[all …]
H A DScreenCapture_test.cpp174 mCapture->expectFGColor(10, 10); in TEST_F()
292 mCapture->expectFGColor(10, 10); in TEST_F()
318 mCapture->expectFGColor(10, 10); in TEST_F()
400 mCapture->expectFGColor(10, 10); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/
H A DScreenshotUtils.h172 void expectFGColor(uint32_t x, uint32_t y) { checkPixel(x, y, 195, 63, 63); } in expectFGColor() function