Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp177 if (drm_->GetPlaneProperty(*this, "colormap", &colormap_)) in Init()
205 properties_.push_back(&colormap_); in Init()
323 return colormap_; in colormap_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h113 DrmProperty colormap_; variable