Home
last modified time | relevance | path

Searched refs:on_vkDestroyCommandPool (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h165 mDgs->on_vkDestroyCommandPool(mBp, device, unbox_VkCommandPool(commandPool), pAllocator); in vkDestroyCommandPool()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h486 void on_vkDestroyCommandPool(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp5108 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()
DVkDecoder.cpp6078 m_state->on_vkDestroyCommandPool(&m_pool, device, commandPool, pAllocator); in decode()