Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.cpp45 m_realloc = [](const Memory& mem, size_t size) -> Memory { in CommandBufferStagingStream()
98 m_realloc = [this](const Memory& mem, size_t size) -> Memory { in CommandBufferStagingStream()
182 m_mem = m_realloc(m_mem, newAllocSize); in allocBuffer()
DCommandBufferStagingStream.h106 Realloc m_realloc; variable