Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp269 sc->expectChildColor(73, 73); in TEST_F()
277 sc->expectChildColor(73, 73); in TEST_F()
278 sc->expectChildColor(74, 74); in TEST_F()
341 mCapture->expectChildColor(64, 64); in SetUp()
365 mCapture->expectChildColor(74, 74); in TEST_F()
377 mCapture->expectChildColor(10, 10); in TEST_F()
393 mCapture->expectChildColor(0, 0); in TEST_F()
394 mCapture->expectChildColor(4, 4); in TEST_F()
410 mCapture->expectChildColor(63, 63); in TEST_F()
423 mCapture->expectChildColor(9, 9); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h154 void expectChildColor(uint32_t x, uint32_t y) { checkPixel(x, y, 200, 200, 200); } in expectChildColor() function