Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp761 struct OutputLayerWriteStateToHWCTest : public OutputLayerTest { struct
762 static constexpr hal::Error kError = hal::Error::UNSUPPORTED;
763 static constexpr FloatRect kSourceCrop{11.f, 12.f, 13.f, 14.f};
764 static constexpr Hwc2::Transform kBufferTransform = static_cast<Hwc2::Transform>(31);
765 static constexpr Hwc2::Transform kOverrideBufferTransform = static_cast<Hwc2::Transform>(0);
766 static constexpr Hwc2::IComposerClient::BlendMode kBlendMode =
768 static constexpr Hwc2::IComposerClient::BlendMode kOverrideBlendMode =
770 static constexpr float kAlpha = 51.f;
771 static constexpr float kOverrideAlpha = 1.f;
772 static constexpr float kSkipAlpha = 0.f;
[all …]