Searched refs:grandchild (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | MirrorLayer_test.cpp | 59 sp<SurfaceControl> grandchild = in TEST_F() local 62 .setFlags(grandchild, layer_state_t::eLayerOpaque, layer_state_t::eLayerOpaque) in TEST_F() 63 .setCrop(grandchild, Rect(0, 0, 200, 200)) in TEST_F() 64 .show(grandchild) in TEST_F() 88 Transaction().setColor(grandchild, half3{1, 1, 1}).apply(); in TEST_F() 110 Transaction().reparent(grandchild, nullptr).apply(); in TEST_F() 132 Transaction().reparent(grandchild, mChildLayer).apply(); in TEST_F() 283 sp<SurfaceControl> grandchild = in TEST_F() local 286 ASSERT_NO_FATAL_FAILURE(fillBufferStateLayerColor(grandchild, Color::BLUE, 50, 50)); in TEST_F() 290 t.setCrop(grandchild, Rect(0, 0, 50, 50)).show(grandchild); in TEST_F() [all …]
|
D | ScreenCapture_test.cpp | 386 sp<SurfaceControl> grandchild = createSurface(mClient, "Grandchild surface", 5, 5, in TEST_F() local 389 TransactionUtils::fillSurfaceRGBA8(grandchild, 50, 50, 50); in TEST_F() 392 .setPosition(grandchild, 5, 5) in TEST_F() 393 .show(grandchild) in TEST_F() 426 sp<SurfaceControl> grandchild = createSurface(mClient, "Grandchild surface", 5, 5, in TEST_F() local 428 TransactionUtils::fillSurfaceRGBA8(grandchild, 50, 50, 50); in TEST_F() 432 .setPosition(grandchild, 5, 5) in TEST_F() 433 .show(grandchild) in TEST_F() 438 captureArgs.layerHandle = grandchild->getHandle(); in TEST_F()
|
D | LayerUpdate_test.cpp | 549 sp<SurfaceControl> grandchild = createSurface(mClient, "Grandchild surface", 10, 10, in TEST_F() local 551 TransactionUtils::fillSurfaceRGBA8(grandchild, 50, 50, 50); in TEST_F()
|