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.cpp74 if (drm_->GetCrtcProperty(*this, "cgc_dither", &cgc_dither_property_)) in Init()
100 properties_.push_back(&cgc_dither_property_); in Init()
195 return cgc_dither_property_; in cgc_dither_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h93 DrmProperty cgc_dither_property_; variable