Home
last modified time | relevance | path

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

/aosp_15_r20/external/drm_hwcomposer/drm/
H A DDrmEncoder.h42 auto GetIndexInResArray() const { in GetIndexInResArray() function
47 return (enc_->possible_clones & (1 << encoder.GetIndexInResArray())) != 0; in CanClone()
51 return (enc_->possible_crtcs & (1 << crtc.GetIndexInResArray())) != 0; in SupportsCrtc()
H A DDrmCrtc.h45 auto GetIndexInResArray() const { in GetIndexInResArray() function
H A DDrmConnector.h54 auto GetIndexInResArray() const { in GetIndexInResArray() function
H A DVSyncWorker.cpp41 vsw->high_crtc_ = pipe->crtc->Get()->GetIndexInResArray() in CreateInstance()
H A DDrmPlane.cpp166 return ((1 << crtc.GetIndexInResArray()) & plane_->possible_crtcs) != 0; in IsCrtcSupported()