Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.cpp38 m_alloc = [](size_t size) -> Memory { in CommandBufferStagingStream()
58 m_alloc = [&allocFn](size_t size) -> Memory { in CommandBufferStagingStream()
130 Memory newMemory = m_alloc(size); in CommandBufferStagingStream()
171 m_mem = m_alloc(allocSize); in allocBuffer()
DCommandBufferStagingStream.h97 Alloc m_alloc; variable