Home
last modified time | relevance | path

Searched refs:GetDeviceSelect (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_display.cpp186 if (layer->GetDeviceSelect() != layer->GetCompositionType()) { in PrepareDisplayLayers()
188 layer->SetLayerCompositionType(layer->GetDeviceSelect()); in PrepareDisplayLayers()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_display.cpp190 if (layer->GetDeviceSelect() != layer->GetCompositionType()) { in PrepareDisplayLayers()
192 layer->SetLayerCompositionType(layer->GetDeviceSelect()); in PrepareDisplayLayers()
H A Dhdi_layer.h126 CompositionType GetDeviceSelect() const in GetDeviceSelect() function
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_layer.h120 CompositionType GetDeviceSelect() const in GetDeviceSelect() function
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp186 CompositionType compType = layer->GetDeviceSelect(); in Apply()