Home
last modified time | relevance | path

Searched defs:layer_tree (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/shell/common/
Drasterizer.cc119 [&](std::unique_ptr<LayerTree> layer_tree) { in Draw()
152 std::unique_ptr<flutter::LayerTree> layer_tree) { in DoDraw()
214 RasterStatus Rasterizer::DrawToSurface(flutter::LayerTree& layer_tree) { in DrawToSurface()
388 auto* layer_tree = GetLastLayerTree(); in ScreenshotLastLayerTree() local
Danimator.cc165 void Animator::Render(std::unique_ptr<flutter::LayerTree> layer_tree) { in Render()
Dace_engine.cc252 void Engine::Render(std::unique_ptr<flutter::LayerTree> layer_tree) { in Render()
Dshell_test.cc124 auto layer_tree = std::make_unique<LayerTree>(); in PumpOneFrame() local
Dengine.cc419 void Engine::Render(std::unique_ptr<flutter::LayerTree> layer_tree) { in Render()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompositor_context.cc29 flutter::RasterStatus Raster(flutter::LayerTree& layer_tree, in Raster()
/third_party/flutter/engine/flutter/flow/
Dcompositor_context.cc67 flutter::LayerTree& layer_tree, in Raster()