Home
last modified time | relevance | path

Searched refs:blurLayer (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DEffectLayer_test.cpp122 sp<SurfaceControl> blurLayer; in TEST_F() local
144 ASSERT_NO_FATAL_FAILURE(blurLayer = createColorLayer("BackgroundBlur", Color::TRANSPARENT)); in TEST_F()
148 t.setLayer(blurLayer, mLayerZBase + 3); in TEST_F()
149 t.reparent(blurLayer, mParentLayer); in TEST_F()
150 t.setBackgroundBlurRadius(blurLayer, blurRadius); in TEST_F()
151 t.setCrop(blurLayer, blurRect); in TEST_F()
152 t.setAlpha(blurLayer, 0.0f); in TEST_F()
153 t.show(blurLayer); in TEST_F()
H A DLayerTypeAndRenderTypeTransaction_test.cpp597 sp<SurfaceControl> blurLayer; in TEST_P() local
627 ASSERT_NO_FATAL_FAILURE(blurLayer = createColorLayer("BackgroundBlur", Color::TRANSPARENT)); in TEST_P()
631 .setLayer(blurLayer, mLayerZBase + 3) in TEST_P()
632 .setBackgroundBlurRadius(blurLayer, blurRadius) in TEST_P()
633 .setCrop(blurLayer, blurRect) in TEST_P()
634 .setAlpha(blurLayer, 0.0f) in TEST_P()
/aosp12/frameworks/native/libs/renderengine/tests/
H A DRenderEngineTest.cpp974 renderengine::LayerSettings blurLayer; in fillBufferAndBlurBackground() local
975 blurLayer.sourceDataspace = ui::Dataspace::V0_SRGB_LINEAR; in fillBufferAndBlurBackground()
977 blurLayer.backgroundBlurRadius = blurRadius; in fillBufferAndBlurBackground()
978 SourceVariant::fillColor(blurLayer, 0.0f, 0.0f, 1.0f, this); in fillBufferAndBlurBackground()
979 blurLayer.alpha = 0; in fillBufferAndBlurBackground()
980 layers.push_back(&blurLayer); in fillBufferAndBlurBackground()
1011 renderengine::LayerSettings blurLayer; in fillSmallLayerAndBlurBackground() local
1012 blurLayer.sourceDataspace = ui::Dataspace::V0_SRGB_LINEAR; in fillSmallLayerAndBlurBackground()
1014 blurLayer.backgroundBlurRadius = blurRadius; in fillSmallLayerAndBlurBackground()
1016 blurLayer.alpha = 0; in fillSmallLayerAndBlurBackground()
[all …]
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DCachedSet.cpp351 void CachedSet::addBackgroundBlurLayer(const CachedSet& blurLayer) { in addBackgroundBlurLayer() argument
352 mBlurLayer = blurLayer.getFirstLayer().getState(); in addBackgroundBlurLayer()
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineTest.cpp745 renderengine::LayerSettings blurLayer; in fillBufferAndBlurBackground() local
746 blurLayer.geometry.boundaries = fullscreenRect().toFloatRect(); in fillBufferAndBlurBackground()
747 blurLayer.backgroundBlurRadius = blurRadius; in fillBufferAndBlurBackground()
748 blurLayer.alpha = 0; in fillBufferAndBlurBackground()
749 layers.push_back(&blurLayer); in fillBufferAndBlurBackground()