Home
last modified time | relevance | path

Searched refs:m_procOwnedCleanupCallbacks (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/
DFrameBuffer.cpp601 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()
[all …]
DFrameBuffer.h907 ProcOwnedCleanupCallbacks m_procOwnedCleanupCallbacks; variable