Home
last modified time | relevance | path

Searched refs:crtc_x_property_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp76 ret = drm_->GetPlaneProperty(*this, "CRTC_X", &crtc_x_property_); in Init()
182 properties_.push_back(&crtc_x_property_); in Init()
231 return crtc_x_property_; in crtc_x_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h90 DrmProperty crtc_x_property_; variable