Home
last modified time | relevance | path

Searched refs:fast_path_enabled_ (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h511 bool fast_path_enabled_ = true; variable
Dhwc_display.cpp535 fast_path_enabled_ = !(disable_fast_path == 1); in Init()
659 layer_stack_.flags.fast_path = fast_path_enabled_ && fast_path_composition_; in BuildLayerStack()
/hardware/qcom/sm7250/display/composer/
Dhwc_display.h598 bool fast_path_enabled_ = true; variable
Dhwc_display.cpp539 fast_path_enabled_ = !(disable_fast_path == 1); in Init()
669 layer_stack_.flags.fast_path = fast_path_enabled_ && fast_path_composition_; in BuildLayerStack()