Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/composer/
Dhwc_display_builtin.cpp448 if (disable_layer_stitch_) { in CommitStitchLayers()
677 if (disable_layer_stitch_) { in PostCommitStitchLayers()
1672 disable_layer_stitch_ = true; in InitLayerStitch()
1679 disable_layer_stitch_ = (value == 1); in InitLayerStitch()
1681 if (disable_layer_stitch_) { in InitLayerStitch()
1763 if (disable_layer_stitch_) { in AppendStitchLayer()
1786 disable_layer_stitch_ = true; in PostInit()
Dhwc_display_builtin.h259 bool disable_layer_stitch_ = true; variable