Lines Matching refs:m_procOwnedCleanupCallbacks
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()
2711 auto& callbackMap = m_procOwnedCleanupCallbacks[tInfo->m_puid]; in registerProcessCleanupCallback()
2720 auto& callbackMap = m_procOwnedCleanupCallbacks[tInfo->m_puid]; in unregisterProcessCleanupCallback()