Searched refs:mBlendMode (Results 1 – 4 of 4) sorted by relevance
1981 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()
563 LatchedState<HWC2::BlendMode> mBlendMode; variable
1910 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()
592 HWC2::BlendMode mBlendMode; variable