Searched refs:on_vkDestroyDevice (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 181 mDgs->on_vkDestroyDevice(mBp, device, pAllocator); in vkDestroyDevice()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 207 void on_vkDestroyDevice(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 1951 void on_vkDestroyDevice(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDevice() function in gfxstream::vk::VkDecoderGlobalState::Impl 7957 void VkDecoderGlobalState::on_vkDestroyDevice(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyDevice() function in gfxstream::vk::VkDecoderGlobalState 7959 mImpl->on_vkDestroyDevice(pool, device, pAllocator); in on_vkDestroyDevice()
|
D | VkDecoder.cpp | 998 m_state->on_vkDestroyDevice(&m_pool, device, pAllocator); in decode()
|