Searched refs:on_vkFreeMemory (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 226 mDgs->on_vkFreeMemory(mBp, device, unbox_VkDeviceMemory(memory), pAllocator); in vkFreeMemory()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 189 void on_vkFreeMemory(void* context, VkDevice device, VkDeviceMemory memory,
|
D | func_table.cpp | 222 resources->on_vkFreeMemory(vkEnc, gfxstream_device->internal_object, memory, pAllocator); in gfxstream_vk_FreeMemory()
|
D | ResourceTracker.cpp | 3906 void ResourceTracker::on_vkFreeMemory(void* context, VkDevice device, VkDeviceMemory memory, in on_vkFreeMemory() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 404 void on_vkFreeMemory(android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory,
|
D | VkDecoderGlobalState.cpp | 4651 void on_vkFreeMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeMemory() function in gfxstream::vk::VkDecoderGlobalState::Impl 5051 on_vkFreeMemory(pool, boxed_device, memory, pAllocator); in on_vkFreeMemorySyncGOOGLE() 8314 void VkDecoderGlobalState::on_vkFreeMemory(android::base::BumpPool* pool, VkDevice device, in on_vkFreeMemory() function in gfxstream::vk::VkDecoderGlobalState 8317 mImpl->on_vkFreeMemory(pool, device, memory, pAllocator); in on_vkFreeMemory()
|
D | VkDecoder.cpp | 1747 m_state->on_vkFreeMemory(&m_pool, device, memory, pAllocator); in decode()
|