Home
last modified time | relevance | path

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

/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/libhardware/include_all/hardware/
Dhwcomposer_defs.h229 HWC_BLENDING_NONE = 0x0100, enumerator
/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h229 HWC_BLENDING_NONE = 0x0100, enumerator
/hardware/google/graphics/common/libacryl/
Dacrylic_layer.cpp304 : AcrylicCanvas(compositor), mTransitData(nullptr), mBlendingMode(HWC_BLENDING_NONE), in AcrylicLayer()
336 case HWC_BLENDING_NONE: in setCompositMode()
/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/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/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/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()
2121 default: return HWC_BLENDING_NONE; in getHwc1Blending()