Searched refs:single_buffered_layer_present (Results 1 – 18 of 18) sorted by relevance
118 hw_intf_->SetAutoRefresh(layer_stack->flags.single_buffered_layer_present); in Commit()131 if (set_idle_timeout && !layer_stack->flags.single_buffered_layer_present) { in Commit()
184 uint32_t single_buffered_layer_present : 1; //!< Set if stack has single buffered layer member
112 bool enable = (app_layer_count == 1) && layer_stack->flags.single_buffered_layer_present; in Commit()113 bool need_refresh = layer_stack->flags.single_buffered_layer_present && (app_layer_count > 1); in Commit()
245 uint32_t single_buffered_layer_present : 1; //!< Set if stack has single buffered layer member
137 bool enable = (app_layer_count == 1) && layer_stack->flags.single_buffered_layer_present; in Commit()138 bool need_refresh = layer_stack->flags.single_buffered_layer_present && (app_layer_count > 1); in Commit()
247 uint32_t single_buffered_layer_present : 1; //!< Set if stack has single buffered layer member
139 bool enable = (app_layer_count == 1) && layer_stack->flags.single_buffered_layer_present; in Commit()140 bool need_refresh = layer_stack->flags.single_buffered_layer_present && (app_layer_count > 1); in Commit()
264 uint32_t single_buffered_layer_present : 1; //!< Set if stack has single buffered layer member
233 bool enable = (app_layer_count == 1) && layer_stack->flags.single_buffered_layer_present; in Commit()234 bool need_refresh = layer_stack->flags.single_buffered_layer_present && (app_layer_count > 1); in Commit()
232 return (has_client_composition_ || layer_stack_.flags.single_buffered_layer_present); in HWCClientNeedsValidate()
711 layer_stack_.flags.single_buffered_layer_present = true; in BuildLayerStack()2236 layer_stack_.flags.single_buffered_layer_present) { in CanSkipValidate()2238 " Returning false.", layer_stack_.flags.single_buffered_layer_present); in CanSkipValidate()
752 layer_stack_.flags.single_buffered_layer_present = true; in BuildLayerStack()2367 layer_stack_.flags.single_buffered_layer_present) { in CanSkipValidate()
1219 layer_stack_.flags.single_buffered_layer_present |= meta_data->isSingleBufferMode; in SetMetaData()
1345 layer_stack_.flags.single_buffered_layer_present |= meta_data->isSingleBufferMode; in SetMetaData()