Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.cpp130 Memory newMemory = m_alloc(size); in CommandBufferStagingStream() local
131 unsigned char* newBuf = static_cast<unsigned char*>(newMemory.ptr); in CommandBufferStagingStream()
134 return newMemory; in CommandBufferStagingStream()
139 return newMemory; in CommandBufferStagingStream()