Home
last modified time | relevance | path

Searched refs:mBlendMode (Results 1 – 2 of 2) 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