Home
last modified time | relevance | path

Searched refs:blending (Results 1 – 25 of 83) sorted by relevance

1234

/hardware/intel/img/hwcomposer/merrifield/ips/common/
DPlaneCapabilities.cpp141 uint32_t blending = (uint32_t)hwcLayer->getLayer()->blending; in isBlendingSupported() local
148 switch (blending) { in isBlendingSupported()
158 VTRACE("unsupported blending %#x", blending); in isBlendingSupported()
163 return (blending == HWC_BLENDING_NONE) ? true : false; in isBlendingSupported()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DPlaneCapabilities.cpp141 uint32_t blending = (uint32_t)hwcLayer->getLayer()->blending; in isBlendingSupported() local
145 switch (blending) { in isBlendingSupported()
152 VLOGTRACE("unsupported blending %#x", blending); in isBlendingSupported()
157 return (blending == HWC_BLENDING_NONE) ? true : false; in isBlendingSupported()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DPlaneCapabilities.cpp160 uint32_t blending = (uint32_t)hwcLayer->getLayer()->blending; in isBlendingSupported() local
165 switch (blending) { in isBlendingSupported()
172 VTRACE("unsupported blending %#x", blending); in isBlendingSupported()
177 return (blending == HWC_BLENDING_NONE) ? true : false; in isBlendingSupported()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp173 LayerBlending blending = kBlendingPremultiplied; in SetLayerBuffer() local
176 blending = kBlendingCoverage; in SetLayerBuffer()
179 blending = kBlendingPremultiplied; in SetLayerBuffer()
182 blending = kBlendingOpaque; in SetLayerBuffer()
188 if (layer_->blending != blending) { in SetLayerBuffer()
190 layer_->blending = blending; in SetLayerBuffer()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp137 LayerBlending blending = kBlendingPremultiplied; in SetLayerBlendMode() local
140 blending = kBlendingCoverage; in SetLayerBlendMode()
143 blending = kBlendingPremultiplied; in SetLayerBlendMode()
146 blending = kBlendingOpaque; in SetLayerBlendMode()
152 if (layer_->blending != blending) { in SetLayerBlendMode()
154 layer_->blending = blending; in SetLayerBlendMode()
/hardware/qcom/display/msm8226/libqdutils/
Dcb_utils.cpp55 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) || in getuiClearRegion()
68 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) || in getuiClearRegion()
/hardware/qcom/display/msm8084/libqdutils/
Dcb_utils.cpp55 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) || in getuiClearRegion()
68 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) || in getuiClearRegion()
/hardware/qcom/display/msm8994/libqdutils/
Dcb_utils.cpp55 if(((list->hwLayers[i].blending == HWC_BLENDING_NONE) && in getuiClearRegion()
69 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) || in getuiClearRegion()
/hardware/qcom/display/msm8909/liboverlay/
DoverlayMdp.h107 void setBlending(overlay::utils::eBlending blending);
209 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument
210 switch((int) blending) { in setBlending()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdp.h109 void setBlending(overlay::utils::eBlending blending);
215 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument
216 switch((int) blending) { in setBlending()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdp.h107 void setBlending(overlay::utils::eBlending blending);
209 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument
210 switch((int) blending) { in setBlending()
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DDisplayPlane.cpp150 void DisplayPlane::setPlaneAlpha(uint8_t alpha, uint32_t blending) in setPlaneAlpha() argument
159 if (mBlending != blending) { in setPlaneAlpha()
160 mBlending = blending; in setPlaneAlpha()
/hardware/qcom/display/msm8909/libqdutils/
Dcb_utils.cpp80 if(((list->hwLayers[i].blending == HWC_BLENDING_NONE) && in uiClearRegion()
94 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) || in uiClearRegion()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdp.h109 void setBlending(overlay::utils::eBlending blending);
245 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument
246 switch((int) blending) { in setBlending()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DDisplayPlane.cpp166 void DisplayPlane::setPlaneAlpha(uint8_t alpha, uint32_t blending) in setPlaneAlpha() argument
175 if (mBlending != blending) { in setPlaneAlpha()
176 mBlending = blending; in setPlaneAlpha()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.cpp92 (ovutils::eBlending) getBlending(layer->blending)); in configure()
204 (ovutils::eBlending) getBlending(layer->blending)); in configure()
215 (ovutils::eBlending) getBlending(layer->blending)); in configure()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMdp.h106 void setBlending(overlay::utils::eBlending blending);
250 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { in setBlending() argument
252 switch((int) blending) { in setBlending()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"", in logLayer()
271 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"", in logLayer()
272 (layer->blending == HWC_BLENDING_COVERAGE)? "[Coverage]":""); in logLayer()
Dhwc_fbupdate.cpp225 getBlending(layer->blending)); in configure()
340 getBlending(layer->blending)); in configure()
376 getBlending(layer->blending)); in configure()
451 getBlending(layer->blending)); in configure()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"", in logLayer()
271 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"", in logLayer()
272 (layer->blending == HWC_BLENDING_COVERAGE)? "[Coverage]":""); in logLayer()
Dhwc_fbupdate.cpp219 getBlending(layer->blending)); in configure()
334 getBlending(layer->blending)); in configure()
370 getBlending(layer->blending)); in configure()
445 getBlending(layer->blending)); in configure()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp274 (layer->blending == HWC_BLENDING_NONE)? "[None]":"", in logLayer()
275 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"", in logLayer()
276 (layer->blending == HWC_BLENDING_COVERAGE)? "[Coverage]":""); in logLayer()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_dump_layers.cpp275 (layer->blending == HWC_BLENDING_NONE)? "[None]":"", in logLayer()
276 (layer->blending == HWC_BLENDING_PREMULT)? "[PreMult]":"", in logLayer()
277 (layer->blending == HWC_BLENDING_COVERAGE)? "[Coverage]":""); in logLayer()
/hardware/libhardware/modules/hwcomposer/
Dhwcomposer.cpp60 l->compositionType, l->flags, l->handle, l->transform, l->blending, in dump_layer()
/hardware/intel/img/hwcomposer/merrifield/include/
DDisplayPlane.h86 virtual void setPlaneAlpha(uint8_t alpha, uint32_t blending);

1234