Searched refs:Pool (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 34 using android::base::Pool; 47 Pool* pool, 52 Pool* pool, 57 Pool* pool, 62 Pool* pool, 67 Pool* pool, 72 Pool* pool, 77 Pool* pool, 82 Pool* pool, 87 Pool* pool, [all …]
|
D | goldfish_vk_deepcopy_guest.cpp | 35 Pool* pool, 41 Pool* pool, in deepcopy_VkApplicationInfo() 67 Pool* pool, in deepcopy_VkInstanceCreateInfo() 99 Pool* pool, in deepcopy_VkAllocationCallbacks() 113 Pool* pool, in deepcopy_VkPhysicalDeviceFeatures() 122 Pool* pool, in deepcopy_VkFormatProperties() 131 Pool* pool, in deepcopy_VkExtent3D() 140 Pool* pool, in deepcopy_VkImageFormatProperties() 150 Pool* pool, in deepcopy_VkPhysicalDeviceLimits() 165 Pool* pool, in deepcopy_VkPhysicalDeviceSparseProperties() [all …]
|
D | VulkanStreamGuest.cpp | 110 android::base::Pool mPool { 8, 4096, 64 };
|
D | VkEncoder.cpp | 60 using android::base::Pool; 76 Pool* pool() { return &m_pool; } in pool() 118 Pool m_pool { 8, 4096, 64 };
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | Pool.cpp | 262 class Pool::Impl { 381 Pool::Pool(size_t minSize, in Pool() function in android::base::Pool 384 mImpl(new Pool::Impl(minSize, in Pool() 389 Pool::~Pool() { in ~Pool() 400 void* Pool::alloc(size_t wantedSize) { in alloc() 423 void Pool::free(void* ptr) { in free() 431 void Pool::freeAll() { in freeAll()
|
D | Pool.h | 28 class Pool { 39 Pool(size_t minSize = 4, 46 ~Pool();
|
/device/generic/goldfish-opengl/android-emu/ |
D | CMakeLists.txt | 5 …se/files/Stream.cpp android/base/files/StreamSerializing.cpp android/base/Pool.cpp android/base/ri… 6 …se/files/Stream.cpp android/base/files/StreamSerializing.cpp android/base/Pool.cpp android/base/ri…
|
D | Android.bp | 9 "android/base/Pool.cpp",
|
/device/generic/goldfish-opengl/ |
D | BUILD.gn | 7 "android-emu/android/base/Pool.cpp", 8 "android-emu/android/base/Pool.h",
|
/device/google/cuttlefish/tools/ |
D | tombstone_to_line.py | 128 multiprocessing.Pool(32).map(functools.partial(process_file, args=args),
|