Home
last modified time | relevance | path

Searched refs:BlendMode (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h72 HWC::BlendMode blending, HWC::Transform transform,
83 void Setup(const std::shared_ptr<IonBuffer>& buffer, HWC::BlendMode blending,
105 void SetBlending(HWC::BlendMode blending);
144 HWC::BlendMode blending_ = HWC::BlendMode::None;
Dhardware_composer.cpp873 HWC::BlendMode blending = in UpdateLayerConfig()
874 layer_index == 0 ? HWC::BlendMode::None : HWC::BlendMode::Coverage; in UpdateLayerConfig()
948 blending_ = HWC::BlendMode::None; in Reset()
958 HWC::BlendMode blending, HWC::Transform transform, in Setup()
971 HWC::BlendMode blending, HWC::Transform transform, in Setup()
988 void Layer::SetBlending(HWC::BlendMode blending) { blending_ = blending; } in SetBlending()
1021 blending_.cast<Hwc2::IComposerClient::BlendMode>()); in UpdateLayerSettings()
Dhwc_types.h172 struct BlendMode final : public Wrapper<HWC2::BlendMode> {
180 BlendMode() : Base(Invalid) {}
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h56 using BlendMode = member
57 hardware::graphics::composer::V2_1::IComposerClient::BlendMode;
64 BlendMode blend_mode;
Dvr_hwc.cpp191 .blend_mode = IComposerClient::BlendMode::NONE, in GetFrame()
608 static_cast<ComposerView::ComposerLayer::BlendMode>(mode); in setLayerBlendMode()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayer.cpp36 : mBlendMode(getCoverage(Hwc2TestPropertyName::BlendMode, coverage, in Hwc2TestLayer()
DHwc2TestProperties.h38 BlendMode = 1, enumerator
DHwc2Test.cpp3755 {{Hwc2TestPropertyName::BlendMode, Hwc2TestCoverage::Complete}, in TEST_F()
3771 {{Hwc2TestPropertyName::BlendMode, Hwc2TestCoverage::Complete}, in TEST_F()
3816 {Hwc2TestPropertyName::BlendMode, Hwc2TestCoverage::Basic}, in TEST_F()
3947 {{Hwc2TestPropertyName::BlendMode, Hwc2TestCoverage::Basic}, in TEST_F()
3962 {{Hwc2TestPropertyName::BlendMode, Hwc2TestCoverage::Basic}, in TEST_F()
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h540 HWC2::Error setBlendMode(HWC2::BlendMode mode);
592 HWC2::BlendMode mBlendMode;
638 auto mode = static_cast<HWC2::BlendMode>(intMode); in setLayerBlendModeHook()
/frameworks/native/services/vr/hardware_composer/tests/
Dvr_composer_test.cpp115 .blend_mode = IComposerClient::BlendMode::NONE, in TEST_F()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h318 [[clang::warn_unused_result]] Error setBlendMode(BlendMode mode);
DComposerHal.h224 IComposerClient::BlendMode mode);
DHWC2.cpp861 Error Layer::setBlendMode(BlendMode mode) in setBlendMode()
863 auto intMode = static_cast<Hwc2::IComposerClient::BlendMode>(mode); in setBlendMode()
DComposerHal.cpp617 IComposerClient::BlendMode mode) in setLayerBlendMode()
/frameworks/native/libs/hwc2on1adapter/
DHWC2On1Adapter.cpp1902 mBlendMode(BlendMode::None), in Layer()
1956 Error HWC2On1Adapter::Layer::setBlendMode(BlendMode mode) { in setBlendMode()
2099 static int getHwc1Blending(HWC2::BlendMode blendMode) { in getHwc1Blending()
2101 case BlendMode::Coverage: return HWC_BLENDING_COVERAGE; in getHwc1Blending()
2102 case BlendMode::Premultiplied: return HWC_BLENDING_PREMULT; in getHwc1Blending()
/frameworks/native/services/surfaceflinger/
DLayer.cpp616 auto blendMode = HWC2::BlendMode::None;
619 HWC2::BlendMode::Premultiplied : HWC2::BlendMode::Coverage;