Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp132 ret = drm_->GetPlaneProperty(*this, "alpha", &alpha_property_); in Init()
192 properties_.push_back(&alpha_property_); in Init()
271 return alpha_property_; in alpha_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h100 DrmProperty alpha_property_; variable