Home
last modified time | relevance | path

Searched refs:HWC_BLENDING_NONE (Results 1 – 24 of 24) sorted by relevance

/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/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/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/intel/img/hwcomposer/merrifield/ips/common/
DPlaneCapabilities.cpp149 case HWC_BLENDING_NONE: in isBlendingSupported()
163 return (blending == HWC_BLENDING_NONE) ? true : false; in isBlendingSupported()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DPlaneCapabilities.cpp146 case HWC_BLENDING_NONE: in isBlendingSupported()
157 return (blending == HWC_BLENDING_NONE) ? true : false; in isBlendingSupported()
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DPlaneCapabilities.cpp166 case HWC_BLENDING_NONE: in isBlendingSupported()
177 return (blending == HWC_BLENDING_NONE) ? true : false; in isBlendingSupported()
/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h196 HWC_BLENDING_NONE = 0x0100, enumerator
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngSpritePlane.cpp92 if (mBlending == HWC_BLENDING_NONE && spriteFormat == PixelFormat::PLANE_PIXEL_FORMAT_BGRA8888) in setDataBuffer()
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DDisplayPlane.cpp36 mBlending(HWC_BLENDING_NONE), in DisplayPlane()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DDisplayPlane.cpp37 mBlending(HWC_BLENDING_NONE), in DisplayPlane()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"", in logLayer()
Dhwc_mdpcomp.cpp486 if (layer->blending == HWC_BLENDING_NONE) in validateAndApplyROI()
586 if (layer->blending == HWC_BLENDING_NONE) { in validateAndApplyROI()
Dhwc_utils.cpp1033 case HWC_BLENDING_NONE: in getBlending()
1204 if(list->hwLayers[i].blending == HWC_BLENDING_NONE) { in optimizeLayerRects()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp270 (layer->blending == HWC_BLENDING_NONE)? "[None]":"", in logLayer()
Dhwc_mdpcomp.cpp487 if (layer->blending == HWC_BLENDING_NONE) in validateAndApplyROI()
593 if (layer->blending == HWC_BLENDING_NONE) { in validateAndApplyROI()
Dhwc_utils.cpp1020 case HWC_BLENDING_NONE: in getBlending()
1192 if(list->hwLayers[i].blending == HWC_BLENDING_NONE) { in optimizeLayerRects()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp274 (layer->blending == HWC_BLENDING_NONE)? "[None]":"", in logLayer()
Dhwc_mdpcomp.cpp588 if (layer->blending == HWC_BLENDING_NONE && in validateAndApplyROI()
694 if (layer->blending == HWC_BLENDING_NONE && in validateAndApplyROI()
1057 layer->blending = HWC_BLENDING_NONE; in fullMDPCompWithPTOR()
2664 if (layer->blending == HWC_BLENDING_NONE && in validateAndApplyROI()
DHWC2On1Adapter.cpp1471 case HWC_BLENDING_NONE: return "None"; in hwc1BlendModeString()
2199 default: return HWC_BLENDING_NONE; in getHwc1Blending()
Dhwc_utils.cpp1238 case HWC_BLENDING_NONE: in getBlending()
1416 if(list->hwLayers[i].blending == HWC_BLENDING_NONE && in optimizeLayerRects()
/hardware/libhardware/tests/hwc/
Dcnativewindow.c164 dl->blending = HWC_BLENDING_NONE; in set_layer()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.cpp154 if (blending != HWC_BLENDING_NONE) { in checkRgbOverlaySupported()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp543 case HWC_BLENDING_NONE: in getBlending()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1376 case HWC_BLENDING_NONE: return "None"; in hwc1BlendModeString()
2122 default: return HWC_BLENDING_NONE; in getHwc1Blending()