Searched refs:bottomSurfaceNodeMap_ (Results 1 – 3 of 3) sorted by relevance
79 bottomSurfaceNodeMap_.erase(id); in RemoveRcdResource()101 for (const auto& p : bottomSurfaceNodeMap_) { in CheckRenderTargetNode()128 auto it = bottomSurfaceNodeMap_.find(id); in GetBottomSurfaceNode()129 if (it != bottomSurfaceNodeMap_.end() && it->second != nullptr) { in GetBottomSurfaceNode()153 auto it = bottomSurfaceNodeMap_.find(id); in GetBottomRenderNode()154 if (it != bottomSurfaceNodeMap_.end() && it->second != nullptr) { in GetBottomRenderNode()160 bottomSurfaceNodeMap_[id] = bottomRcdNode; in GetBottomRenderNode()
84 RSRcdSurfaceRenderNodePtrMap bottomSurfaceNodeMap_; variable
1243 rcdManagerInstance.bottomSurfaceNodeMap_.clear();