Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h181 mDgs->on_vkDestroyDevice(mBp, device, pAllocator); in vkDestroyDevice()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h207 void on_vkDestroyDevice(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp1951 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()
DVkDecoder.cpp998 m_state->on_vkDestroyDevice(&m_pool, device, pAllocator); in decode()