Searched refs:on_vkDestroyFence (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 368 void on_vkDestroyFence(void* context, VkDevice device, VkFence fence,
|
D | ResourceTracker.cpp | 4558 void ResourceTracker::on_vkDestroyFence(void* context, VkDevice device, VkFence fence, in on_vkDestroyFence() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 518 void on_vkDestroyFence(android::base::BumpPool* pool, VkDevice device, VkFence fence,
|
D | VkDecoderGlobalState.cpp | 2777 void on_vkDestroyFence(android::base::BumpPool* pool, VkDevice boxed_device, VkFence fence, in on_vkDestroyFence() function in gfxstream::vk::VkDecoderGlobalState::Impl 8088 void VkDecoderGlobalState::on_vkDestroyFence(android::base::BumpPool* pool, VkDevice device, in on_vkDestroyFence() function in gfxstream::vk::VkDecoderGlobalState 8091 return mImpl->on_vkDestroyFence(pool, device, fence, pAllocator); in on_vkDestroyFence()
|
D | VkDecoder.cpp | 2710 m_state->on_vkDestroyFence(&m_pool, device, fence, pAllocator); in decode()
|