Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h191 mDgs->on_vkDestroyImageView(mBp, device, unbox_VkImageView(imageView), pAllocator); in vkDestroyImageView()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h245 void on_vkDestroyImageView(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp2428 void on_vkDestroyImageView(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyImageView() function in gfxstream::vk::VkDecoderGlobalState::Impl
8031 void VkDecoderGlobalState::on_vkDestroyImageView(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyImageView() function in gfxstream::vk::VkDecoderGlobalState
8034 mImpl->on_vkDestroyImageView(pool, device, imageView, pAllocator); in on_vkDestroyImageView()
DVkDecoder.cpp4072 m_state->on_vkDestroyImageView(&m_pool, device, imageView, pAllocator); in decode()