Lines Matching full:blending
161 * blending.
174 if ((layer->blending != HWC_BLENDING_PREMULT) || is_OPAQUE(h->iFormat))
242 l->compositionType, l->flags, l->handle, l->transform, l->blending,
981 * dright, dbot, rot, flip, blending, scalew, scaleh, visrects
1049 e -= snprintf(end - e, e, "%s %s", csv ? "," : " blending:",
1050 l->blending == HWC_BLENDING_NONE ? "none" :
1051 l->blending == HWC_BLENDING_PREMULT ? "premult" :
1052 l->blending == HWC_BLENDING_COVERAGE ? "coverage" : "invalid");
1207 if (!noblend && layer->blending == HWC_BLENDING_PREMULT)