Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp60 if (drm_->GetCrtcProperty(*this, "DEGAMMA_LUT_SIZE", &degamma_lut_size_property_)) in Init()
92 properties_.push_back(&degamma_lut_size_property_); in Init()
163 return degamma_lut_size_property_; in degamma_lut_size_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h85 DrmProperty degamma_lut_size_property_; variable