Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
DFrameBuffer.cpp1552 m_procOwnedColorBuffers[puid].insert(handle); in createColorBufferWithHandleLocked()
1829 m_procOwnedColorBuffers[puid].insert(p_colorbuffer); in openColorBuffer()
1848 auto ite = m_procOwnedColorBuffers.find(puid); in closeColorBuffer()
1849 if (ite != m_procOwnedColorBuffers.end()) { in closeColorBuffer()
2057 auto procIte = m_procOwnedColorBuffers.find(puid); in cleanupProcGLObjects_locked()
2058 if (procIte != m_procOwnedColorBuffers.end()) { in cleanupProcGLObjects_locked()
2064 m_procOwnedColorBuffers.erase(procIte); in cleanupProcGLObjects_locked()
3175 saveProcOwnedCollection(stream, m_procOwnedColorBuffers); in onSave()
3211 m_procOwnedColorBuffers.empty() && m_procOwnedEGLImages.empty() && in onLoad()
3230 while (m_procOwnedColorBuffers.size()) { in onLoad()
[all …]
DFrameBuffer.h755 ProcOwnedColorBuffers m_procOwnedColorBuffers; variable