Searched refs:m_procOwnedColorBuffers (Results 1 – 2 of 2) sorted by relevance
1200 m_procOwnedColorBuffers[puid].insert(handle); in createColorBufferWithHandleLocked()1271 m_procOwnedColorBuffers[puid].insert(p_colorbuffer); in openColorBuffer()1290 auto ite = m_procOwnedColorBuffers.find(puid); in closeColorBuffer()1291 if (ite != m_procOwnedColorBuffers.end()) { in closeColorBuffer()1527 auto procIte = m_procOwnedColorBuffers.find(puid); in cleanupProcGLObjects_locked()1528 if (procIte != m_procOwnedColorBuffers.end()) { in cleanupProcGLObjects_locked()1534 m_procOwnedColorBuffers.erase(procIte); in cleanupProcGLObjects_locked()2311 saveProcOwnedCollection(stream, m_procOwnedColorBuffers); in onSave()2370 if (m_procOwnedCleanupCallbacks.empty() && m_procOwnedColorBuffers.empty() && in onLoad()2401 while (m_procOwnedColorBuffers.size()) { in onLoad()[all …]
906 ProcOwnedColorBuffers m_procOwnedColorBuffers; variable