Home | History | Annotate | Download | only in hwc

Lines Matching full:noblend

305     return params->data.bvc.noblend;
1206 int noblend = rgz_is_blending_disabled(params);
1207 if (!noblend && layer->blending == HWC_BLENDING_PREMULT)
1349 int noblend = rgz_is_blending_disabled(params);
1351 if (!noblend && ldepth > 1) { /* BLEND */
1402 if (noblend) /* get_layer_ops() doesn't understand this so get the top */