Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DPool.cpp198 void freeAll() { in freeAll() function
245 void freeAll() { in freeAll() function in android::base::Heap
246 mBlock.freeAll(); in freeAll()
358 void freeAll() { in freeAll() function in android::base::Pool::Impl
360 info.heap->freeAll(); in freeAll()
431 void Pool::freeAll() { in freeAll() function in android::base::Pool
432 mImpl->freeAll(); in freeAll()
DAndroidSubAllocator.cpp154 void freeAll() { in freeAll() function in android::base::guest::SubAllocator::Impl
226 void SubAllocator::freeAll() { in freeAll() function in android::base::guest::SubAllocator
227 mImpl->freeAll(); in freeAll()
DPool.h52 void freeAll();
DAndroidSubAllocator.h58 void freeAll();
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp249 pool->freeAll(); in vkCreateInstance()
313 pool->freeAll(); in vkDestroyInstance()
424 pool->freeAll(); in vkEnumeratePhysicalDevices()
468 pool->freeAll(); in vkGetPhysicalDeviceFeatures()
516 pool->freeAll(); in vkGetPhysicalDeviceFormatProperties()
586 pool->freeAll(); in vkGetPhysicalDeviceImageFormatProperties()
631 pool->freeAll(); in vkGetPhysicalDeviceProperties()
734 pool->freeAll(); in vkGetPhysicalDeviceQueueFamilyProperties()
778 pool->freeAll(); in vkGetPhysicalDeviceMemoryProperties()
824 pool->freeAll(); in vkGetInstanceProcAddr()
[all …]
DVulkanStreamGuest.cpp64 mPool.freeAll(); in clearPool()