Searched refs:dirty_regions (Results 1 – 12 of 12) sorted by relevance
262 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames member
292 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames member
450 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() argument1381 return (dirty_regions.empty() || IsValid(dirty_regions.at(0))); in IsSurfaceUpdated()
166 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
468 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() argument1459 return (dirty_regions.empty() || IsValid(dirty_regions.at(0))); in IsSurfaceUpdated()
181 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
120 layer_->dirty_regions.clear(); in SetLayerSurfaceDamage()124 layer_->dirty_regions.push_back(rect); in SetLayerSurfaceDamage()
1594 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in IsLayerUpdating()1598 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in IsSurfaceUpdated() argument1603 return (dirty_regions.empty() || IsValid(dirty_regions.at(0))); in IsSurfaceUpdated()
217 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
106 layer_->dirty_regions.clear(); in SetLayerSurfaceDamage()110 layer_->dirty_regions.push_back(rect); in SetLayerSurfaceDamage()
1589 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in IsLayerUpdating()1593 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in IsSurfaceUpdated() argument1598 return (dirty_regions.empty() || IsValid(dirty_regions.at(0))); in IsSurfaceUpdated()
213 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);