Home
last modified time | relevance | path

Searched refs:nodeGraphHandles_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp72 for (const auto& ref : nodeGraphHandles_) { in ~RenderNodeGraphManager()
90 if (arrayIndex < static_cast<uint32_t>(nodeGraphHandles_.size())) { in Get()
91 return nodeGraphHandles_[arrayIndex]; in Get()
142 nodeGraphHandles_.push_back(move(rhr)); in Create()
146 nodeGraphHandles_[indexPart] = move(rhr); in Create()
160 PLUGIN_ASSERT(indexPart < static_cast<uint32_t>(nodeGraphHandles_.size())); in Create()
161 return nodeGraphHandles_[indexPart]; in Create()
181 if (index < static_cast<uint32_t>(nodeGraphHandles_.size())) { in Destroy()
204 for (auto& rngRef : nodeGraphHandles_) { in HandlePendingAllocations()
328 nodeGraphHandles_[index] = {}; in PendingDestroy()
[all …]
H A Drender_node_graph_manager.h152 BASE_NS::vector<RenderHandleReference> nodeGraphHandles_; variable