Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmplane.h55 const DrmProperty &zpos_property() const;
Ddrmdisplaycompositor.cpp362 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()
Ddrmplane.cpp196 const DrmProperty &DrmPlane::zpos_property() const { in zpos_property() function in android::DrmPlane
Dplatform.h93 if (!plane->zpos_property().is_immutable()) in Emplace()