Lines Matching refs:m_procOwnedCleanupCallbacks
601 for (auto procIte : m_procOwnedCleanupCallbacks) in ~FrameBuffer()
607 m_procOwnedCleanupCallbacks.clear(); in ~FrameBuffer()
1469 auto procIte = m_procOwnedCleanupCallbacks.find(puid); in cleanupProcGLObjects()
1470 if (procIte != m_procOwnedCleanupCallbacks.end()) { in cleanupProcGLObjects()
1474 m_procOwnedCleanupCallbacks.erase(procIte); in cleanupProcGLObjects()
2370 if (m_procOwnedCleanupCallbacks.empty() && m_procOwnedColorBuffers.empty() && in onLoad()
2424 while (m_procOwnedCleanupCallbacks.size()) { in onLoad()
2425 auto it = m_procOwnedCleanupCallbacks.begin(); in onLoad()
2426 while (it != m_procOwnedCleanupCallbacks.end()) { in onLoad()
2430 it = m_procOwnedCleanupCallbacks.erase(it); in onLoad()
2652 auto& callbackMap = m_procOwnedCleanupCallbacks[tInfo->m_puid]; in registerProcessCleanupCallback()
2661 auto& callbackMap = m_procOwnedCleanupCallbacks[tInfo->m_puid]; in unregisterProcessCleanupCallback()