/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 80 uint32_t GetZorder() const in GetZorder() function in OHOS::HDI::DISPLAY::HdiLayer 191 return lhs->GetZorder() < rhs->GetZorder(); in operator ()()
|
H A D | hdi_drm_composition.cpp | 154 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane() 156 drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane()
|
H A D | hdi_display.cpp | 71 if (layer->GetZorder() == zorder) { in SetLayerZorder()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 78 uint32_t GetZorder() const in GetZorder() function in OHOS::HDI::DISPLAY::HdiLayer 187 return lhs->GetZorder() < rhs->GetZorder(); in operator ()()
|
H A D | hdi_drm_composition.cpp | 147 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane() 149 drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane()
|
H A D | hdi_display.cpp | 72 if (layer->GetZorder() == zorder) { in SetLayerZorder()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_layer.h | 85 uint32_t GetZorder() const
in GetZorder() function in OHOS::HDI::DISPLAY::HdiLayer 208 return lhs->GetZorder() < rhs->GetZorder();
in operator ()()
|
H A D | hdi_display.cpp | 72 if (layer->GetZorder() == zorder) {
in SetLayerZorder()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 79 uint32_t GetZorder() const in GetZorder() function in OHOS::HDI::DISPLAY::HdiLayer 188 return lhs->GetZorder() < rhs->GetZorder(); in operator ()()
|
H A D | hdi_drm_composition.cpp | 147 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane() 149 drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane()
|
H A D | hdi_display.cpp | 72 if (layer->GetZorder() == zorder) { in SetLayerZorder()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 79 uint32_t GetZorder() const in GetZorder() function in OHOS::HDI::DISPLAY::HdiLayer 191 return lhs->GetZorder() < rhs->GetZorder(); in operator ()()
|
H A D | hdi_drm_composition.cpp | 147 ret = drmModeAtomicAddProperty(pset, drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane() 149 drmPlane.GetId(), drmPlane.GetPropZposId(), layer.GetZorder()); in ApplyPlane()
|
H A D | hdi_display.cpp | 72 if (layer->GetZorder() == zorder) { in SetLayerZorder()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_layer.h | 79 uint32_t GetZorder() const
in GetZorder() function in OHOS::HDI::DISPLAY::HdiLayer 188 return lhs->GetZorder() < rhs->GetZorder();
in operator ()()
|
H A D | hdi_display.cpp | 72 if (layer->GetZorder() == zorder) {
in SetLayerZorder()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/ |
H A D | hdi_video_composition.cpp | 116 layerFuncs_->SetLayerZorder(0, voLayerId, hdiLayer->GetZorder());
in Apply()
|