Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp84 if (drm_->GetCrtcProperty(*this, "color mode", &color_mode_property_)) in Init()
105 properties_.push_back(&color_mode_property_); in Init()
215 return color_mode_property_; in color_mode_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h98 DrmProperty color_mode_property_; variable