Searched refs:blend_property (Results 1 – 4 of 4) sorted by relevance
54 if (plane->blend_property().id() == 0) { in ValidatePlane()63 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in ValidatePlane()67 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in ValidatePlane()73 ret) = plane->blend_property().GetEnumValueWithName("None"); in ValidatePlane()
344 if (plane->blend_property().id()) { in CommitFrame()347 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in CommitFrame()351 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in CommitFrame()356 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in CommitFrame()478 if (plane->blend_property().id()) { in CommitFrame()480 plane->blend_property().id(), blend) < 0; in CommitFrame()483 plane->blend_property().id(), plane->id()); in CommitFrame()
58 const DrmProperty &blend_property() const;
208 const DrmProperty &DrmPlane::blend_property() const { in blend_property() function in android::DrmPlane