Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputLayerTest.cpp773 struct OutputLayerWriteStateToHWCTest : public OutputLayerTest { struct
774 static constexpr hal::Error kError = hal::Error::UNSUPPORTED;
775 static constexpr FloatRect kSourceCrop{11.f, 12.f, 13.f, 14.f};
776 static constexpr Hwc2::Transform kBufferTransform = static_cast<Hwc2::Transform>(31);
777 static constexpr Hwc2::Transform kOverrideBufferTransform = static_cast<Hwc2::Transform>(0);
778 static constexpr Hwc2::IComposerClient::BlendMode kBlendMode =
780 static constexpr Hwc2::IComposerClient::BlendMode kOverrideBlendMode =
782 static constexpr float kAlpha = 51.f;
783 static constexpr float kOverrideAlpha = 1.f;
784 static constexpr float kSkipAlpha = 0.f;
[all …]