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.cpp832 void HWCLayer::SetDirtyRegions(hwc_region_t surface_damage) { in SetDirtyRegions() argument
834 for (uint32_t i = 0; i < surface_damage.numRects; i++) { in SetDirtyRegions()
836 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.cpp1026 void HWCLayer::SetDirtyRegions(hwc_region_t surface_damage) { in SetDirtyRegions() argument
1028 for (uint32_t i = 0; i < surface_damage.numRects; i++) { in SetDirtyRegions()
1030 SetRect(surface_damage.rects[i], &rect); in SetDirtyRegions()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.h157 void SetDirtyRegions(hwc_region_t surface_damage);
Dhwc_layers.cpp1042 void HWCLayer::SetDirtyRegions(hwc_region_t surface_damage) { in SetDirtyRegions() argument
1044 for (uint32_t i = 0; i < surface_damage.numRects; i++) { in SetDirtyRegions()
1046 SetRect(surface_damage.rects[i], &rect); in SetDirtyRegions()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_builtin.cpp767 bool surface_damage = false; in CanCompareFrameROI() local
776 surface_damage = true; in CanCompareFrameROI()
782 return surface_damage; in CanCompareFrameROI()