Lines Matching defs:hwcLayer
60 void OutputLayer::setHwcLayer(std::shared_ptr<HWC2::Layer> hwcLayer) { in setHwcLayer()
322 auto& hwcLayer = (*state.hwc).hwcLayer; in writeStateToHWC() local
351 HWC2::Layer* hwcLayer, hal::Composition requestedCompositionType) { in writeOutputDependentGeometryStateToHWC()
391 HWC2::Layer* hwcLayer, const LayerFECompositionState& outputIndependentState) { in writeOutputIndependentGeometryStateToHWC()
421 void OutputLayer::writeOutputDependentPerFrameStateToHWC(HWC2::Layer* hwcLayer) { in writeOutputDependentPerFrameStateToHWC()
442 HWC2::Layer* hwcLayer, const LayerFECompositionState& outputIndependentState) { in writeOutputIndependentPerFrameStateToHWC()
480 void OutputLayer::writeSolidColorStateToHWC(HWC2::Layer* hwcLayer, in writeSolidColorStateToHWC()
497 void OutputLayer::writeSidebandStateToHWC(HWC2::Layer* hwcLayer, in writeSidebandStateToHWC()
507 void OutputLayer::writeBufferStateToHWC(HWC2::Layer* hwcLayer, in writeBufferStateToHWC()
534 void OutputLayer::writeCompositionTypeToHWC(HWC2::Layer* hwcLayer, in writeCompositionTypeToHWC()
558 auto hwcLayer = getHwcLayer(); in writeCursorPositionToHWC() local