Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h439 bool fast_path_enabled_ = true; variable
Dhwc_display.cpp528 fast_path_enabled_ = !(disable_fast_path == 1); in Init()
649 layer_stack_.flags.fast_path = fast_path_enabled_ && fast_path_composition_; in BuildLayerStack()