Searched refs:createColorLayer (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
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() 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 …]
|
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()
|
D | MirrorLayer_test.cpp | 34 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()
|
D | EffectLayer_test.cpp | 34 mParentLayer = createColorLayer("Parent layer", Color::RED); in SetUp()
|
D | LayerTransactionTest.h | 89 sp<SurfaceControl> createColorLayer(const char* name, const Color& color,
|
D | LayerUpdate_test.cpp | 1452 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()
|
D | LayerTypeAndRenderTypeTransaction_test.cpp | 419 sp<SurfaceControl> behindLayer = createColorLayer("Behind layer", Color::RED); in TEST_P()
|