Searched refs:on_vkDestroyImageView (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 191 mDgs->on_vkDestroyImageView(mBp, device, unbox_VkImageView(imageView), pAllocator); in vkDestroyImageView()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 245 void on_vkDestroyImageView(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 2428 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()
|
D | VkDecoder.cpp | 4072 m_state->on_vkDestroyImageView(&m_pool, device, imageView, pAllocator); in decode()
|