Searched refs:procIte (Results 1 – 1 of 1) sorted by relevance
601 for (auto procIte : m_procOwnedCleanupCallbacks) in ~FrameBuffer() local603 for (auto it : procIte.second) { in ~FrameBuffer()1469 auto procIte = m_procOwnedCleanupCallbacks.find(puid); in cleanupProcGLObjects() local1470 if (procIte != m_procOwnedCleanupCallbacks.end()) { in cleanupProcGLObjects()1471 for (auto it : procIte->second) { in cleanupProcGLObjects()1474 m_procOwnedCleanupCallbacks.erase(procIte); in cleanupProcGLObjects()1495 auto procIte = m_procOwnedEmulatedEglWindowSurfaces.find(puid); in cleanupProcGLObjects_locked() local1496 if (procIte != m_procOwnedEmulatedEglWindowSurfaces.end()) { in cleanupProcGLObjects_locked()1497 for (auto whndl : procIte->second) { in cleanupProcGLObjects_locked()1516 m_procOwnedEmulatedEglWindowSurfaces.erase(procIte); in cleanupProcGLObjects_locked()[all …]