Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/iostream/include/gfxstream/guest/
DIOStream.h51 virtual size_t idealAllocSize(size_t len) { in idealAllocSize() function
80 size_t allocLen = this->idealAllocSize(len); in alloc()
/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.h65 virtual size_t idealAllocSize(size_t len);
DCommandBufferStagingStream.cpp162 size_t CommandBufferStagingStream::idealAllocSize(size_t len) { in idealAllocSize() function in gfxstream::vk::CommandBufferStagingStream
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
DAddressSpaceStream.h40 virtual size_t idealAllocSize(size_t len);
/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp93 size_t AddressSpaceStream::idealAllocSize(size_t len) { in idealAllocSize() function in AddressSpaceStream