Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display.cpp541 game_supported_ = display_intf_->GameEnhanceSupported(); in Init()
545 DLOGI("Display created with id: %" PRIu64 ", game_supported_: %d", id_, game_supported_); in Init()
754 if (game_supported_ && (hwc_layer->GetType() == kLayerGame)) { in BuildLayerStack()
H A Dhwc_display.h605 bool game_supported_ = false; variable