Home
last modified time | relevance | path

Searched refs:layerSource_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp195 if (layerSource_ == needSourceTuning) { in SetLayerSourceTuning()
198 layerSource_ = needSourceTuning; in SetLayerSourceTuning()
204 return layerSource_; in GetLayerSourceTuning()
489 targetSurfaceParams->layerSource_ = layerSource_; in OnSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h430 return layerSource_; in GetLayerSourceTuning()
435 layerSource_ = layerSouce; in SetLayerSourceTuning()
496 layerSource_ = layerInfo->GetLayerSourceTuning(); in CopyLayerInfo()
620 int32_t layerSource_ = 0; // default layer source tag variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h602 int32_t layerSource_ = 0; variable