Home
last modified time | relevance | path

Searched refs:IsSurfaceUpdated (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.h166 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
Dhwc_display.cpp741 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in IsLayerUpdating()
1378 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in IsSurfaceUpdated() function in sdm::HWCDisplay
/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_display.h206 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
Dhwc_display.cpp914 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in IsLayerUpdating()
1520 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in IsSurfaceUpdated() function in sdm::HWCDisplay
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display.h221 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
Dhwc_display.cpp1546 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in BuildLayerStack()
1550 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in BuildLayerStack() function in sdm::HWCDisplay
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display.h219 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
Dhwc_display.cpp1592 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) || in BuildLayerStack()
1596 bool HWCDisplay::IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions) { in BuildLayerStack() function in sdm::HWCDisplay