Home
last modified time | relevance | path

Searched defs:Hwc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutputLayerCompositionState.h136 struct Hwc { struct
137 explicit Hwc(std::shared_ptr<HWC2::Layer> hwcLayer) : hwcLayer(hwcLayer) {} in Hwc() argument
140 std::shared_ptr<HWC2::Layer> hwcLayer;
148 HwcBufferCache hwcBufferCache;
151 uint64_t activeBufferId;
152 uint32_t activeBufferSlot;
155 bool stateOverridden = false;
158 bool layerSkipped = false;
161 std::shared_ptr<gui::DisplayLuts> luts;
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DDisplaySurface.h52 enum class CompositionType : uint8_t { Unknown = 0, Gpu = 0b1, Hwc = 0b10, Mixed = Gpu | Hwc }; enumerator
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/interface/
H A DCompositionCoverage.h29 Hwc = 1 << 0, enumerator
/aosp_15_r20/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h258 Hwc, enumerator