Home
last modified time | relevance | path

Searched refs:dirty_regions (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/core/
Dlayer_stack.h262 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames member
/hardware/qcom/display/msm8998/sdm/include/core/
Dlayer_stack.h292 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames member
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.cpp450 layer->dirty_regions.clear(); in PrePrepareLayerStack()
472 layer->dirty_regions.push_back(dirty_rect); in PrePrepareLayerStack()
739 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in IsLayerUpdating()
1376 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in IsSurfaceUpdated() argument
1381 return (dirty_regions.empty() || IsValid(dirty_regions.at(0))); in IsSurfaceUpdated()
Dhwc_display.h166 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_display.cpp468 layer->dirty_regions.clear(); in PrePrepareLayerStack()
499 layer->dirty_regions.push_back(dirty_rect); in PrePrepareLayerStack()
808 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in IsLayerUpdating()
1454 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in IsSurfaceUpdated() argument
1459 return (dirty_regions.empty() || IsValid(dirty_regions.at(0))); in IsSurfaceUpdated()
Dhwc_display.h181 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp120 layer_->dirty_regions.clear(); in SetLayerSurfaceDamage()
124 layer_->dirty_regions.push_back(rect); in SetLayerSurfaceDamage()
Dhwc_display.cpp1594 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in IsLayerUpdating()
1598 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in IsSurfaceUpdated() argument
1603 return (dirty_regions.empty() || IsValid(dirty_regions.at(0))); in IsSurfaceUpdated()
Dhwc_display.h217 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp106 layer_->dirty_regions.clear(); in SetLayerSurfaceDamage()
110 layer_->dirty_regions.push_back(rect); in SetLayerSurfaceDamage()
Dhwc_display.cpp1589 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in IsLayerUpdating()
1593 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in IsSurfaceUpdated() argument
1598 return (dirty_regions.empty() || IsValid(dirty_regions.at(0))); in IsSurfaceUpdated()
Dhwc_display.h213 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);