Home
last modified time | relevance | path

Searched refs:primary_planes (Results 1 – 8 of 8) sorted by relevance

/external/drm_hwcomposer/compositor/
DPlanner.cpp34 DrmCrtc *crtc, std::vector<DrmPlane *> *primary_planes, in GetUsablePlanes() argument
37 std::copy_if(primary_planes->begin(), primary_planes->end(), in GetUsablePlanes()
99 std::vector<DrmPlane *> *primary_planes, in ProvisionPlanes() argument
102 std::vector<DrmPlane *> planes = GetUsablePlanes(crtc, primary_planes, in ProvisionPlanes()
DDrmDisplayComposition.cpp97 int DrmDisplayComposition::Plan(std::vector<DrmPlane *> *primary_planes, in Plan() argument
110 primary_planes, in Plan()
128 container = primary_planes; in Plan()
DPlanner.h98 std::vector<DrmPlane *> *primary_planes,
109 DrmCrtc *crtc, std::vector<DrmPlane *> *primary_planes,
DDrmDisplayCompositor.cpp727 std::vector<DrmPlane *> primary_planes; in FlattenOnDisplay() local
733 primary_planes.push_back(plane.get()); in FlattenOnDisplay()
738 ret = src->Plan(&primary_planes, &overlay_planes); in FlattenOnDisplay()
745 for (auto i = primary_planes.begin(); i != primary_planes.end();) { in FlattenOnDisplay()
747 i = primary_planes.erase(i); in FlattenOnDisplay()
DDrmDisplayComposition.h123 int Plan(std::vector<DrmPlane *> *primary_planes,
/external/drm_hwcomposer/backend/
DBackend.cpp29 size_t avail_planes = display->primary_planes().size() + in ValidateDisplay()
/external/drm_hwcomposer/
DDrmHwcTwo.cpp675 std::vector<DrmPlane *> primary_planes(primary_planes_); in CreateComposition() local
677 ret = composition->Plan(&primary_planes, &overlay_planes); in CreateComposition()
684 for (auto i = primary_planes.begin(); i != primary_planes.end();) { in CreateComposition()
686 i = primary_planes.erase(i); in CreateComposition()
DDrmHwcTwo.h272 const std::vector<DrmPlane *> &primary_planes() const { in primary_planes() function