Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp76 if (drm_->GetCrtcProperty(*this, "cgc_dither", &cgc_dither_property_)) in Init()
117 properties_.push_back(&cgc_dither_property_); in Init()
239 return cgc_dither_property_; in cgc_dither_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h108 DrmProperty cgc_dither_property_; variable