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.h203 mDgs->on_vkDestroyImageView(mBp, nullptr, device, unbox_VkImageView(imageView), pAllocator); in vkDestroyImageView()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h275 void on_vkDestroyImageView(android::base::BumpPool* pool, VkSnapshotApiCallInfo* snapshotInfo,
DVkDecoderGlobalState.cpp2880 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()
DVkDecoder.cpp4052 m_state->on_vkDestroyImageView(&m_pool, snapshotApiCallInfo, device, imageView, in decode()