HomeSort by relevance Sort by last modified time
    Searched refs:dirty_regions (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8996/sdm/include/core/
layer_stack.h 262 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames member in struct:sdm::Layer
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 450 layer->dirty_regions.clear();
472 layer->dirty_regions.push_back(dirty_rect);
737 // b) valid dirty_regions(android specific hint for updating status), or
739 return (layer->flags.single_buffer || IsSurfaceUpdated(layer->dirty_regions) ||
    [all...]
hwc_display.h 166 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 106 layer_->dirty_regions.clear();
110 layer_->dirty_regions.push_back(rect);
hwc_display.h 213 bool IsSurfaceUpdated(const std::vector<LayerRect> &dirty_regions);
hwc_display.cpp     [all...]

Completed in 71 milliseconds