Searched refs:GetCrtcSupported (Results 1 – 5 of 5) sorted by relevance
32 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()35 [=](DrmPlane *plane) { return plane->GetCrtcSupported(*crtc); }); in GetUsablePlanes()
41 bool GetCrtcSupported(const DrmCrtc &crtc) const;
148 bool DrmPlane::GetCrtcSupported(const DrmCrtc &crtc) const { in GetCrtcSupported() function in android::DrmPlane
700 if (!plane->GetCrtcSupported(*crtc)) in FlattenOnDisplay()840 if (!drmplane->GetCrtcSupported(*crtc)) in FlattenSerial()924 if (!drmplane->GetCrtcSupported(*crtc)) in FlattenConcurrent()
79 if (plane->GetCrtcSupported(*crtc)) in CreateDisplay()