Searched defs:OutputLayerWriteStateToHWCTest (Results 1 – 1 of 1) sorted by relevance
764 struct OutputLayerWriteStateToHWCTest : public OutputLayerTest { struct765 static constexpr hal::Error kError = hal::Error::UNSUPPORTED;766 static constexpr FloatRect kSourceCrop{11.f, 12.f, 13.f, 14.f};767 static constexpr Hwc2::Transform kBufferTransform = static_cast<Hwc2::Transform>(31);768 static constexpr Hwc2::Transform kOverrideBufferTransform = static_cast<Hwc2::Transform>(0);769 static constexpr Hwc2::IComposerClient::BlendMode kBlendMode =771 static constexpr Hwc2::IComposerClient::BlendMode kOverrideBlendMode =773 static constexpr float kAlpha = 51.f;774 static constexpr float kOverrideAlpha = 1.f;775 static constexpr float kSkipAlpha = 0.f;[all …]