Searched refs:on_vkDestroyImageView (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 203 mDgs->on_vkDestroyImageView(mBp, nullptr, device, unbox_VkImageView(imageView), pAllocator); in vkDestroyImageView()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 275 void on_vkDestroyImageView(android::base::BumpPool* pool, VkSnapshotApiCallInfo* snapshotInfo,
|
D | VkDecoderGlobalState.cpp | 2880 void on_vkDestroyImageView(android::base::BumpPool* pool, VkSnapshotApiCallInfo*, in on_vkDestroyImageView() function in gfxstream::vk::VkDecoderGlobalState::Impl 9424 void VkDecoderGlobalState::on_vkDestroyImageView(android::base::BumpPool* pool, in on_vkDestroyImageView() function in gfxstream::vk::VkDecoderGlobalState 9428 mImpl->on_vkDestroyImageView(pool, snapshotInfo, device, imageView, pAllocator); in on_vkDestroyImageView()
|
D | VkDecoder.cpp | 4052 m_state->on_vkDestroyImageView(&m_pool, snapshotApiCallInfo, device, imageView, in decode()
|