Home
last modified time | relevance | path

Searched refs:blend_property (Results 1 – 4 of 4) sorted by relevance

/external/drm_hwcomposer/
Dplatform.cpp54 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()
Ddrmdisplaycompositor.cpp344 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()
Ddrmplane.h58 const DrmProperty &blend_property() const;
Ddrmplane.cpp208 const DrmProperty &DrmPlane::blend_property() const { in blend_property() function in android::DrmPlane