Home
last modified time | relevance | path

Searched refs:alpha_property (Results 1 – 4 of 4) sorted by relevance

/external/drm_hwcomposer/
Ddrmplane.h57 const DrmProperty &alpha_property() const;
Ddrmplane.cpp204 const DrmProperty &DrmPlane::alpha_property() const { in alpha_property() function in android::DrmPlane
Dplatform.cpp49 if (plane->alpha_property().id() == 0 && layer->alpha != 0xffff) { in ValidatePlane()
Ddrmdisplaycompositor.cpp468 if (plane->alpha_property().id()) { in CommitFrame()
470 plane->alpha_property().id(), alpha) < 0; in CommitFrame()
473 plane->alpha_property().id(), plane->id()); in CommitFrame()