Searched refs:newLayerInfos (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_backend.cpp | 169 std::vector<LayerInfoPtr> newLayerInfos; in PrepareCompleteIfNeed() local 170 output->GetLayerInfos(newLayerInfos); in PrepareCompleteIfNeed() 177 OnPrepareComplete(needFlush, output, newLayerInfos); in PrepareCompleteIfNeed() 281 void HdiBackend::OnPrepareComplete(bool needFlush, const OutputPtr &output, std::vector<LayerInfoPtr> &newLayerInfos) in OnPrepareComplete() argument 284 ReorderLayerInfo(newLayerInfos); in OnPrepareComplete() 289 .layers = newLayerInfos, in OnPrepareComplete() 307 void HdiBackend::ReorderLayerInfo(std::vector<LayerInfoPtr> &newLayerInfos) in ReorderLayerInfo() argument 309 std::sort(newLayerInfos.begin(), newLayerInfos.end(), Cmp); in ReorderLayerInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdibackend_test.cpp | 191 std::vector<LayerInfoPtr> newLayerInfos;
in HWTEST_F() local 193 newLayerInfos.emplace_back(nullptr);
in HWTEST_F() 195 hdiBackend_->OnPrepareComplete(true, output, newLayerInfos);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_backend.h | 92 void ReorderLayerInfo(std::vector<LayerInfoPtr> &newLayerInfos); 93 void OnPrepareComplete(bool needFlush, const OutputPtr &output, std::vector<LayerInfoPtr> &newLayerInfos);
|
Completed in 2 milliseconds