Searched refs:on_vkDestroyCommandPool (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 165 mDgs->on_vkDestroyCommandPool(mBp, device, unbox_VkCommandPool(commandPool), pAllocator); in vkDestroyCommandPool()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 486 void on_vkDestroyCommandPool(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 5108 void on_vkDestroyCommandPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyCommandPool() function in gfxstream::vk::VkDecoderGlobalState::Impl 8419 void VkDecoderGlobalState::on_vkDestroyCommandPool(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyCommandPool() function in gfxstream::vk::VkDecoderGlobalState 8422 mImpl->on_vkDestroyCommandPool(pool, device, commandPool, pAllocator); in on_vkDestroyCommandPool()
|
D | VkDecoder.cpp | 6078 m_state->on_vkDestroyCommandPool(&m_pool, device, commandPool, pAllocator); in decode()
|