Searched refs:createColorLayer (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | RelativeZ_test.cpp | 40 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() 109 createColorLayer("child level 1", Color::WHITE, mForegroundLayer.get()); in TEST_F() 111 createColorLayer("child level 2a", Color::BLUE, childLevel1.get()); in TEST_F() 113 createColorLayer("child level 2b", Color::BLACK, childLevel1.get()); in TEST_F() 115 createColorLayer("child level 3", Color::GREEN, childLevel2a.get()); in TEST_F() 157 createColorLayer("Child layer", Color::BLUE, mForegroundLayer.get()); in TEST_F() 159 createColorLayer("Relative layer", Color::WHITE, mForegroundLayer.get()); in TEST_F() 225 createColorLayer("child level 2a", Color::BLUE, childLevel1b.get()); in TEST_F() [all …]
|
H A D | EffectLayer_test.cpp | 34 mParentLayer = createColorLayer("Parent layer", Color::RED); in SetUp() 120 sp<SurfaceControl> leftLayer = createColorLayer("Left", Color::BLUE); in TEST_F() 121 sp<SurfaceControl> rightLayer = createColorLayer("Right", Color::GREEN); in TEST_F() 144 ASSERT_NO_FATAL_FAILURE(blurLayer = createColorLayer("BackgroundBlur", Color::TRANSPARENT)); in TEST_F()
|
H A D | MultiDisplayLayerBounds_test.cpp | 66 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()
|
H A D | MirrorLayer_test.cpp | 36 mParentLayer = createColorLayer("Parent layer", Color::RED); in SetUp() 37 mChildLayer = createColorLayer("Child layer", Color::GREEN, mParentLayer.get()); in SetUp() 60 createColorLayer("Grandchild layer", Color::BLUE, mChildLayer.get()); in TEST_F()
|
H A D | ScreenCapture_test.cpp | 324 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F() 336 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F() 348 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F()
|
H A D | LayerTypeAndRenderTypeTransaction_test.cpp | 222 ASSERT_NO_FATAL_FAILURE(child = createColorLayer("child", Color::RED)); in TEST_P() 627 ASSERT_NO_FATAL_FAILURE(blurLayer = createColorLayer("BackgroundBlur", Color::TRANSPARENT)); in TEST_P() 784 sp<SurfaceControl> behindLayer = createColorLayer("Behind layer", Color::RED); in TEST_P()
|
H A D | LayerTransactionTest.h | 98 sp<SurfaceControl> createColorLayer(const char* name, const Color& color,
|