Home
last modified time | relevance | path

Searched refs:createColorLayer (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DRelativeZ_test.cpp40 mBackgroundLayer = createColorLayer("Background layer", Color::RED); in SetUp()
43 mForegroundLayer = createColorLayer("Foreground layer", Color::GREEN); in SetUp()
71 createColorLayer("Child layer", Color::BLUE, mBackgroundLayer.get()); in TEST_F()
112 createColorLayer("child level 1", Color::WHITE, mForegroundLayer.get()); in TEST_F()
114 createColorLayer("child level 2a", Color::BLUE, childLevel1.get()); in TEST_F()
116 createColorLayer("child level 2b", Color::BLACK, childLevel1.get()); in TEST_F()
118 createColorLayer("child level 3", Color::GREEN, childLevel2a.get()); in TEST_F()
160 createColorLayer("Child layer", Color::BLUE, mForegroundLayer.get()); in TEST_F()
162 createColorLayer("Relative layer", Color::WHITE, mForegroundLayer.get()); in TEST_F()
224 createColorLayer("child level 1a", testLayerColor, mForegroundLayer.get()); in TEST_F()
[all …]
DMultiDisplayLayerBounds_test.cpp66 void createColorLayer(uint32_t layerStack) { in createColorLayer() function in android::MultiDisplayLayerBoundsTest
94 createColorLayer(1 /* layerStack */); in TEST_F()
117 createColorLayer(0 /* layerStack */); in TEST_F()
DMirrorLayer_test.cpp34 mParentLayer = createColorLayer("Parent layer", Color::RED); in SetUp()
35 mChildLayer = createColorLayer("Child layer", Color::GREEN, mParentLayer.get()); in SetUp()
58 createColorLayer("Grandchild layer", Color::BLUE, mChildLayer.get()); in TEST_F()
DEffectLayer_test.cpp34 mParentLayer = createColorLayer("Parent layer", Color::RED); in SetUp()
DLayerTransactionTest.h89 sp<SurfaceControl> createColorLayer(const char* name, const Color& color,
DLayerUpdate_test.cpp1452 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F()
1465 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F()
1479 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F()
DLayerTypeAndRenderTypeTransaction_test.cpp419 sp<SurfaceControl> behindLayer = createColorLayer("Behind layer", Color::RED); in TEST_P()