Lines Matching refs:GetPlaneProperty
38 int ret = drm_->GetPlaneProperty(*this, "type", &p); in Init()
61 ret = drm_->GetPlaneProperty(*this, "CRTC_ID", &crtc_property_); in Init()
67 ret = drm_->GetPlaneProperty(*this, "FB_ID", &fb_property_); in Init()
73 ret = drm_->GetPlaneProperty(*this, "CRTC_X", &crtc_x_property_); in Init()
79 ret = drm_->GetPlaneProperty(*this, "CRTC_Y", &crtc_y_property_); in Init()
85 ret = drm_->GetPlaneProperty(*this, "CRTC_W", &crtc_w_property_); in Init()
91 ret = drm_->GetPlaneProperty(*this, "CRTC_H", &crtc_h_property_); in Init()
97 ret = drm_->GetPlaneProperty(*this, "SRC_X", &src_x_property_); in Init()
103 ret = drm_->GetPlaneProperty(*this, "SRC_Y", &src_y_property_); in Init()
109 ret = drm_->GetPlaneProperty(*this, "SRC_W", &src_w_property_); in Init()
115 ret = drm_->GetPlaneProperty(*this, "SRC_H", &src_h_property_); in Init()
121 ret = drm_->GetPlaneProperty(*this, "rotation", &rotation_property_); in Init()
125 ret = drm_->GetPlaneProperty(*this, "alpha", &alpha_property_); in Init()