Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DPool.cpp198 void freeAll() { in freeAll() function
245 void freeAll() { in freeAll() function in gfxstream::guest::Heap
246 mBlock.freeAll(); in freeAll()
358 void freeAll() { in freeAll() function in gfxstream::guest::Pool::Impl
360 info.heap->freeAll(); in freeAll()
431 void Pool::freeAll() { in freeAll() function in gfxstream::guest::Pool
432 mImpl->freeAll(); in freeAll()
DAndroidSubAllocator.cpp153 void freeAll() { in freeAll() function in gfxstream::guest::SubAllocator::Impl
225 void SubAllocator::freeAll() { in freeAll() function in gfxstream::guest::SubAllocator
226 mImpl->freeAll(); in freeAll()
DPool.h54 void freeAll();
DBumpPool.h57 void freeAll() { in freeAll() function
DAndroidSubAllocator.h50 void freeAll();
/hardware/google/aemu/base/include/aemu/base/
DBumpPool.h39 freeAll(); in ~BumpPool()
58 void freeAll() { in freeAll() function
DPool.h54 void freeAll();
DSubAllocator.h51 void freeAll();
/hardware/google/aemu/base/
DSubAllocator.cpp151 void freeAll() { in freeAll() function in android::base::SubAllocator::Impl
241 void SubAllocator::freeAll() { in freeAll() function in android::base::SubAllocator
242 mImpl->freeAll(); in freeAll()
DSubAllocator_unittest.cpp123 subAlloc.freeAll(); in TEST()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.cpp206 pool->freeAll(); in vkCreateInstance()
317 pool->freeAll(); in vkDestroyInstance()
468 pool->freeAll(); in vkEnumeratePhysicalDevices()
560 pool->freeAll(); in vkGetPhysicalDeviceFeatures()
661 pool->freeAll(); in vkGetPhysicalDeviceFormatProperties()
787 pool->freeAll(); in vkGetPhysicalDeviceImageFormatProperties()
883 pool->freeAll(); in vkGetPhysicalDeviceProperties()
1040 pool->freeAll(); in vkGetPhysicalDeviceQueueFamilyProperties()
1137 pool->freeAll(); in vkGetPhysicalDeviceMemoryProperties()
1231 pool->freeAll(); in vkGetInstanceProcAddr()
[all …]
DvkQueueFlushCommandsGOOGLE_encode_impl.cpp.inl65 pool->freeAll();
DVulkanStreamGuest.cpp120 void VulkanStreamGuest::clearPool() { mPool.freeAll(); } in clearPool()
/hardware/google/gfxstream/host/vulkan/
DVulkanStream.cpp170 void VulkanStream::clearPool() { mPool.freeAll(); } in clearPool()
DVkSubDecoder.cpp3200 pool->freeAll(); in subDecode()
3204 pool->freeAll(); in subDecode()
DVkDecoder.cpp21939 m_pool.freeAll(); in decode()
21948 m_pool.freeAll(); in decode()
/hardware/google/aemu/host-common/testing/
DHostAddressSpace.cpp56 mPhysicalOffsetAllocator.freeAll(); in clear()