Home
last modified time | relevance | path

Searched refs:newLayerInfos (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp169 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 Dhdibackend_test.cpp191 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 Dhdi_backend.h92 void ReorderLayerInfo(std::vector<LayerInfoPtr> &newLayerInfos);
93 void OnPrepareComplete(bool needFlush, const OutputPtr &output, std::vector<LayerInfoPtr> &newLayerInfos);

Completed in 2 milliseconds