Searched defs:OutputLayerWriteStateToHWCTest (Results 1 – 1 of 1) sorted by relevance
249 struct OutputLayerWriteStateToHWCTest : public OutputLayerTest { struct250 static constexpr HWC2::Error kError = HWC2::Error::Unsupported;251 static constexpr FloatRect kSourceCrop{11.f, 12.f, 13.f, 14.f};252 static constexpr uint32_t kZOrder = 21u;253 static constexpr Hwc2::Transform kBufferTransform = static_cast<Hwc2::Transform>(31);254 static constexpr Hwc2::IComposerClient::BlendMode kBlendMode =256 static constexpr float kAlpha = 51.f;257 static constexpr uint32_t kType = 61u;258 static constexpr uint32_t kAppId = 62u;260 static const Rect kDisplayFrame;[all …]