Searched refs:overlay_planes (Results 1 – 6 of 6) sorted by relevance
28 std::vector<DrmPlane *> *overlay_planes) { in GetUsablePlanes() argument33 std::copy_if(overlay_planes->begin(), overlay_planes->end(), in GetUsablePlanes()86 std::vector<DrmPlane *> *overlay_planes) { in ProvisionPlanes() argument89 overlay_planes); in ProvisionPlanes()
100 std::vector<DrmPlane *> *overlay_planes) { in Plan() argument113 overlay_planes); in Plan()132 container = overlay_planes; in Plan()
123 std::vector<DrmPlane *> *overlay_planes);134 std::vector<DrmPlane *> *overlay_planes);
698 std::vector<DrmPlane *> overlay_planes; in FlattenOnDisplay() local705 overlay_planes.push_back(plane.get()); in FlattenOnDisplay()708 ret = src->Plan(&primary_planes, &overlay_planes); in FlattenOnDisplay()719 for (auto i = overlay_planes.begin(); i != overlay_planes.end();) { in FlattenOnDisplay()721 i = overlay_planes.erase(i); in FlattenOnDisplay()
124 std::vector<DrmPlane *> *overlay_planes);
567 std::vector<DrmPlane *> overlay_planes(overlay_planes_); in CreateComposition() local568 ret = composition->Plan(&primary_planes, &overlay_planes); in CreateComposition()579 for (auto i = overlay_planes.begin(); i != overlay_planes.end();) { in CreateComposition()581 i = overlay_planes.erase(i); in CreateComposition()