Searched refs:zpos_property (Results 1 – 4 of 4) sorted by relevance
55 const DrmProperty &zpos_property() const;
362 if (plane->zpos_property().id() && in CommitFrame()363 !plane->zpos_property().is_immutable()) { in CommitFrame()367 std::tie(std::ignore, min_zpos) = plane->zpos_property().range_min(); in CommitFrame()370 plane->zpos_property().id(), in CommitFrame()374 plane->zpos_property().id(), plane->id()); in CommitFrame()
196 const DrmProperty &DrmPlane::zpos_property() const { in zpos_property() function in android::DrmPlane
93 if (!plane->zpos_property().is_immutable()) in Emplace()