Home
last modified time | relevance | path

Searched refs:surface_damage (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.h118 void SetDirtyRegions(hwc_region_t surface_damage);
Dhwc_layers.cpp640 void HWCLayer::SetDirtyRegions(hwc_region_t surface_damage) { in SetDirtyRegions() argument
642 for (uint32_t i = 0; i < surface_damage.numRects; i++) { in SetDirtyRegions()
644 SetRect(surface_damage.rects[i], &rect); in SetDirtyRegions()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.h126 void SetDirtyRegions(hwc_region_t surface_damage);
Dhwc_layers.cpp833 void HWCLayer::SetDirtyRegions(hwc_region_t surface_damage) { in SetDirtyRegions() argument
835 for (uint32_t i = 0; i < surface_damage.numRects; i++) { in SetDirtyRegions()
837 SetRect(surface_damage.rects[i], &rect); in SetDirtyRegions()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_layers.h153 void SetDirtyRegions(hwc_region_t surface_damage);
Dhwc_layers.cpp1027 void HWCLayer::SetDirtyRegions(hwc_region_t surface_damage) { in SetDirtyRegions() argument
1029 for (uint32_t i = 0; i < surface_damage.numRects; i++) { in SetDirtyRegions()
1031 SetRect(surface_damage.rects[i], &rect); in SetDirtyRegions()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.h162 void SetDirtyRegions(hwc_region_t surface_damage);
Dhwc_layers.cpp1110 void HWCLayer::SetDirtyRegions(hwc_region_t surface_damage) { in SetDirtyRegions() argument
1112 for (uint32_t i = 0; i < surface_damage.numRects; i++) { in SetDirtyRegions()
1114 SetRect(surface_damage.rects[i], &rect); in SetDirtyRegions()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_builtin.cpp848 bool surface_damage = false; in CanCompareFrameROI() local
857 surface_damage = true; in CanCompareFrameROI()
863 return surface_damage; in CanCompareFrameROI()