Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp161 std::vector<std::unique_ptr<LayerContext>> &drawLayers = drawLayersMap_[screenId]; in InitLayers() local
171 drawLayers.emplace_back(std::make_unique<LayerContext>( in InitLayers()
177 drawLayers.emplace_back(std::make_unique<LayerContext>( in InitLayers()
183 drawLayers.emplace_back(std::make_unique<LayerContext>( in InitLayers()
196 drawLayers.emplace_back(std::make_unique<LayerContext>( in InitLayers()
249 std::vector<std::unique_ptr<LayerContext>> &drawLayers = drawLayersMap_[screenId]; in Draw() local
251 for (auto &drawLayer : drawLayers) { // producer in Draw()
256 for (auto &drawLayer : drawLayers) { // consumer in Draw()
282 for (auto& layerContext : drawLayers) { in Draw()

Completed in 2 milliseconds