Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp74 if (drm_->GetCrtcProperty(*this, "disp_dither", &disp_dither_property_)) in Init()
116 properties_.push_back(&disp_dither_property_); in Init()
235 return disp_dither_property_; in disp_dither_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h107 DrmProperty disp_dither_property_; variable