Searched refs:m_procOwnedCleanupCallbacks (Results 1 – 2 of 2) sorted by relevance
633 for (auto procIte : m_procOwnedCleanupCallbacks) in ~FrameBuffer()639 m_procOwnedCleanupCallbacks.clear(); in ~FrameBuffer()1515 auto procIte = m_procOwnedCleanupCallbacks.find(puid); in cleanupProcGLObjects()1516 if (procIte != m_procOwnedCleanupCallbacks.end()) { in cleanupProcGLObjects()1520 m_procOwnedCleanupCallbacks.erase(procIte); in cleanupProcGLObjects()2423 if (m_procOwnedCleanupCallbacks.empty() && m_procOwnedColorBuffers.empty() && in onLoad()2477 while (m_procOwnedCleanupCallbacks.size()) { in onLoad()2478 auto it = m_procOwnedCleanupCallbacks.begin(); in onLoad()2479 while (it != m_procOwnedCleanupCallbacks.end()) { in onLoad()2483 it = m_procOwnedCleanupCallbacks.erase(it); in onLoad()[all …]
931 ProcOwnedCleanupCallbacks m_procOwnedCleanupCallbacks; variable