Home
last modified time | relevance | path

Searched refs:mBlendMode (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1981 mBlendMode(*this, BlendMode::None), in Layer()
2038 mBlendMode.setPending(mode); in setBlendMode()
2182 output << " Blend mode: " << to_string(mBlendMode.getValue()); in dump()
2207 if (applyAllState || mBlendMode.isDirty()) { in applyCommonState()
2208 hwc1Layer.blending = getHwc1Blending(mBlendMode.getPendingValue()); in applyCommonState()
2209 mBlendMode.latch(); in applyCommonState()
DHWC2On1Adapter.h563 LatchedState<HWC2::BlendMode> mBlendMode; variable
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1910 mBlendMode(BlendMode::None), in Layer()
1965 mBlendMode = mode; in setBlendMode()
2106 output << " Blend mode: " << to_string(mBlendMode); in dump()
2128 hwc1Layer.blending = getHwc1Blending(mBlendMode); in applyCommonState()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h592 HWC2::BlendMode mBlendMode; variable