Home
last modified time | relevance | path

Searched refs:blending (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp889 HWC::BlendMode blending = in UpdateLayerConfig() local
899 search->SetBlending(blending); in UpdateLayerConfig()
908 layers.emplace_back(surface, blending, display_transform_, in UpdateLayerConfig()
1076 HWC::BlendMode blending, HWC::Transform transform, in Layer() argument
1079 blending_{blending},
1086 Layer::Layer(const std::shared_ptr<IonBuffer>& buffer, HWC::BlendMode blending, in Layer() argument
1090 blending_{blending},
1126 void Layer::SetBlending(HWC::BlendMode blending) { in SetBlending() argument
1127 if (blending_ != blending) { in SetBlending()
1128 blending_ = blending; in SetBlending()
Dhardware_composer.h67 HWC::BlendMode blending, HWC::Transform transform,
78 Layer(const std::shared_ptr<IonBuffer>& buffer, HWC::BlendMode blending,
108 void SetBlending(HWC::BlendMode blending);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dpixel_format_f32.rsh13 // computed for blending color between layers. "Close enough" means L1 distance
39 // matte/(dilation_radius+1) is the actual value used in layer blending.
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer_hwc1.cpp611 disp.framebufferTarget->blending = HWC_BLENDING_PREMULT; in createWorkList()
1001 l->blending = HWC_BLENDING_NONE; in setDefaultState()
1025 virtual void setBlending(uint32_t blending) { in setBlending() argument
1026 getLayer()->blending = blending; in setBlending()
1246 … intptr_t(l.handle), l.hints, l.flags, l.transform, l.blending, formatStr.string(), in dump()
1254 … intptr_t(l.handle), l.hints, l.flags, l.transform, l.blending, formatStr.string(), in dump()
DHWComposer_hwc1.h170 virtual void setBlending(uint32_t blending) = 0;
/frameworks/native/opengl/tests/hwc/
DhwcColorEquiv.cpp355 layer->blending = HWC_BLENDING_NONE; in main()
369 layer->blending = HWC_BLENDING_NONE; in main()
DhwcTestLib.cpp469 list->hwLayers[layer].blending, in hwcTestDisplayList()
470 (list->hwLayers[layer].blending == HWC_BLENDING_NONE) in hwcTestDisplayList()
472 (list->hwLayers[layer].blending == HWC_BLENDING_PREMULT) in hwcTestDisplayList()
474 (list->hwLayers[layer].blending == HWC_BLENDING_COVERAGE) in hwcTestDisplayList()
DhwcRects.cpp319 layer->blending = it->blend; in main()
DhwcStress.cpp434 layer->blending = blendingOps[testRandMod(NUMA(blendingOps))]; in main()
DhwcCommit.cpp1419 layer->blending = it->blend; in numOverlays()
/frameworks/base/core/jni/
DAndroid.bp25 // TODO: Linear blending should be enabled by default, but we are
/frameworks/base/libs/hwui/
DAndroid.bp28 // TODO: Linear blending should be enabled by default, but we are
/frameworks/native/libs/hwc2on1adapter/
DHWC2On1Adapter.cpp1457 output << " Blend mode: " << hwc1BlendModeString(hwcLayer.blending); in to_string()
1877 hwc1Target.blending = HWC_BLENDING_PREMULT; in prepareFramebufferTarget()
2126 hwc1Layer.blending = getHwc1Blending(mBlendMode); in applyCommonState()
2428 ALOGV(" blending : 0x%08x", layer.blending); in dumpHWC1Message()
/frameworks/native/vulkan/api/
Dvulkan.api1751 …OR_ATTACHMENT_BLEND_BIT = 0x00000100, /// Format supports blending in case it's used…
3220 … independentBlend /// blending operations are co…
3331 …rcAttachments /// max num of output attachments written when using dual source blending