Home
last modified time | relevance | path

Searched refs:GetRetainedNode (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_pool.h46 const scenic::EntityNode& GetRetainedNode( in GetRetainedNode() function
49 return retained_surfaces_[key].vk_surface->GetRetainedNode(); in GetRetainedNode()
Dvulkan_surface_producer.h52 const scenic::EntityNode& GetRetainedNode( in GetRetainedNode() function
54 return surface_pool_->GetRetainedNode(key); in GetRetainedNode()
Dvulkan_surface.h137 const scenic::EntityNode& GetRetainedNode() { in GetRetainedNode() function
/third_party/flutter/engine/flutter/flow/
Dscene_update_context.h62 virtual const scenic::EntityNode& GetRetainedNode(
175 const scenic::EntityNode& GetRetainedNode(const LayerRasterCacheKey& key) { in GetRetainedNode() function
176 return surface_producer_->GetRetainedNode(key); in GetRetainedNode()
/third_party/flutter/engine/flutter/flow/layers/
Dphysical_shape_layer.cc124 const scenic::EntityNode& retained_node = context.GetRetainedNode(key); in UpdateScene()