Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp136 ret = drm_->GetPlaneProperty(*this, "pixel blend mode", &blend_property_); in Init()
193 properties_.push_back(&blend_property_); in Init()
275 return blend_property_; in blend_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h101 DrmProperty blend_property_; variable