Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Dplatform.cpp28 std::vector<DrmPlane *> *overlay_planes) { in GetUsablePlanes() argument
33 std::copy_if(overlay_planes->begin(), overlay_planes->end(), in GetUsablePlanes()
42 std::vector<DrmPlane *> *overlay_planes) { in ProvisionPlanes() argument
45 GetUsablePlanes(crtc, primary_planes, overlay_planes); in ProvisionPlanes()
Dplatform.h130 std::vector<DrmPlane *> *overlay_planes);
141 std::vector<DrmPlane *> *overlay_planes);
Ddrmdisplaycomposition.cpp288 std::vector<DrmPlane *> *overlay_planes) { in Plan() argument
366 primary_planes, overlay_planes); in Plan()
385 container = overlay_planes; in Plan()
Ddrmdisplaycomposition.h119 std::vector<DrmPlane *> *overlay_planes);