Home
last modified time | relevance | path

Searched refs:GetCrtcSupported (Results 1 – 5 of 5) sorted by relevance

/external/drm_hwcomposer/
Dplatform.cpp32 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()
35 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()
Ddrmplane.h41 bool GetCrtcSupported(const DrmCrtc &crtc) const;
Ddrmplane.cpp148 bool DrmPlane::GetCrtcSupported(const DrmCrtc &crtc) const { in GetCrtcSupported() function in android::DrmPlane
Ddrmdisplaycompositor.cpp700 if (!plane->GetCrtcSupported(*crtc)) in FlattenOnDisplay()
840 if (!drmplane->GetCrtcSupported(*crtc)) in FlattenSerial()
924 if (!drmplane->GetCrtcSupported(*crtc)) in FlattenConcurrent()
Ddrmhwctwo.cpp79 if (plane->GetCrtcSupported(*crtc)) in CreateDisplay()