Searched refs:nodeGraphHandles_ (Results 1 – 2 of 2) sorted by relevance
72 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 …]
152 BASE_NS::vector<RenderHandleReference> nodeGraphHandles_; variable