Home
last modified time | relevance | path

Searched defs:nodeStore (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp118RenderNodeGraphNodeStore& nodeStore, const bool enableMultiQueue, const RenderingConfiguration& re… in InitializeRenderNodeContextData()
176 void PatchSignaling(RenderNodeGraphNodeStore& nodeStore, const unordered_map<string, uint32_t>& ren… in PatchSignaling()
267 RenderNodeGraphNodeStore const& nodeStore = *renderNodeGraphNodeStores[graphIdx]; in CreateGpuResourcesWithRenderNodes() local
286 const auto& nodeStore = *nodeStorePtr; in RenderNodeExecution() local
336 RenderNodeGraphNodeStore const& nodeStore = *renderNodeGraphNodeStores[graphIdx]; in IterateRenderBackendNodeGraphNodeStores() local
495 RenderNodeGraphNodeStore& nodeStore = *renderNodeDataStore; in InitNodeGraphs() local
705 for (const auto* nodeStore : rngNodeStores) { in RenderFrameBackendImpl() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp254 unique_ptr<RenderNodeGraphNodeStore> nodeStore = make_unique<RenderNodeGraphNodeStore>(); in PendingCreate() local