Home
last modified time | relevance | path

Searched refs:fast_path_composition_ (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_builtin.h102 fast_path_composition_ = enable && !readback_buffer_queued_; in SetFastPathComposition()
Dhwc_display.h253 virtual void SetFastPathComposition(bool enable) { fast_path_composition_ = enable; } in SetFastPathComposition()
486 bool fast_path_composition_ = false; variable
Dhwc_display.cpp659 layer_stack_.flags.fast_path = fast_path_enabled_ && fast_path_composition_; in BuildLayerStack()