Home
last modified time | relevance | path

Searched refs:HWC_BLENDING_PREMULT (Results 1 – 17 of 17) sorted by relevance

/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h129 HWC_BLENDING_PREMULT = 0x0105, enumerator
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DPlaneCapabilities.cpp151 case HWC_BLENDING_PREMULT: in isBlendingSupported()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DPlaneCapabilities.cpp144 case HWC_BLENDING_PREMULT: in isBlendingSupported()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DPlaneCapabilities.cpp167 case HWC_BLENDING_PREMULT: in isBlendingSupported()
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngSpritePlane.cpp70 if ((mBlending == HWC_BLENDING_PREMULT) && (mPlaneAlpha == 0)) { in setDataBuffer()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp457 if(layer->blending == HWC_BLENDING_PREMULT) in setListStats()
545 case HWC_BLENDING_PREMULT: in getBlending()
795 if(layer->blending == HWC_BLENDING_PREMULT) { in setMdpFlags()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp271 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"", in logLayer()
Dhwc_utils.cpp880 if(layer->blending == HWC_BLENDING_PREMULT) in setListStats()
1021 case HWC_BLENDING_PREMULT: in getBlending()
1464 if(layer->blending == HWC_BLENDING_PREMULT) { in setMdpFlags()
1581 if (layer->blending == HWC_BLENDING_PREMULT) in configColorLayer()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp271 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"", in logLayer()
Dhwc_utils.cpp920 if(layer->blending == HWC_BLENDING_PREMULT) in setListStats()
1035 case HWC_BLENDING_PREMULT: in getBlending()
1450 if(layer->blending == HWC_BLENDING_PREMULT) { in setMdpFlags()
1576 if (layer->blending == HWC_BLENDING_PREMULT) in configColorLayer()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.cpp407 if(layer->blending == HWC_BLENDING_PREMULT) in setListStats()
496 case HWC_BLENDING_PREMULT: in getBlending()
753 if(layer->blending == HWC_BLENDING_PREMULT) { in setMdpFlags()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp275 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"", in logLayer()
Dhwc_utils.cpp1073 if(layer->blending == HWC_BLENDING_PREMULT) in setListStats()
1238 case HWC_BLENDING_PREMULT: in getBlending()
1693 if(layer->blending == HWC_BLENDING_PREMULT) { in setMdpFlags()
1815 if (layer->blending == HWC_BLENDING_PREMULT) in configColorLayer()
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c174 if ((layer->blending != HWC_BLENDING_PREMULT) || is_OPAQUE(h->iFormat)) in get_layer_ops()
1051 l->blending == HWC_BLENDING_PREMULT ? "premult" : in rgz_print_layer()
1207 if (!noblend && layer->blending == HWC_BLENDING_PREMULT) in rgz_hwc_layer_blit()
Dhwc.c664 oc->pre_mult_alpha = layer->blending == HWC_BLENDING_PREMULT; in omap4_hwc_setup_layer()
/hardware/ti/omap4xxx/hwc/
Dhwc.c475 oc->pre_mult_alpha = layer->blending == HWC_BLENDING_PREMULT; in omap4_hwc_setup_layer()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp769 layer.blending == HWC_BLENDING_PREMULT && in canUseDirectly()