Searched refs:GetPlaneProperty (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
H A D | drmplane.cpp | 41 int ret = drm_->GetPlaneProperty(*this, "type", &p); in Init() 64 ret = drm_->GetPlaneProperty(*this, "CRTC_ID", &crtc_property_); in Init() 70 ret = drm_->GetPlaneProperty(*this, "FB_ID", &fb_property_); in Init() 100 ret = drm_->GetPlaneProperty(*this, "SRC_X", &src_x_property_); in Init() 124 ret = drm_->GetPlaneProperty(*this, "zpos", &zpos_property_); in Init() 144 ret = drm_->GetPlaneProperty(*this, "standard", &standard_); in Init() 148 ret = drm_->GetPlaneProperty(*this, "transfer", &transfer_); in Init() 152 ret = drm_->GetPlaneProperty(*this, "range", &range_); in Init() 168 if (drm_->GetPlaneProperty(*this, "eotf_lut", &eotf_lut_)) in Init() 170 if (drm_->GetPlaneProperty(*this, "oetf_lut", &oetf_lut_)) in Init() [all …]
|
H A D | drmdevice.cpp | 501 int DrmDevice::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, in GetPlaneProperty() function in android::DrmDevice
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
H A D | drmdevice.h | 66 int GetPlaneProperty(const DrmPlane &plane, const char *prop_name,
|