Searched refs:on_vkDestroyRenderPass (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 611 void on_vkDestroyRenderPass(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 5812 void on_vkDestroyRenderPass(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyRenderPass() function in gfxstream::vk::VkDecoderGlobalState::Impl 8639 void VkDecoderGlobalState::on_vkDestroyRenderPass(android::base::BumpPool* pool, in on_vkDestroyRenderPass() function in gfxstream::vk::VkDecoderGlobalState 8642 mImpl->on_vkDestroyRenderPass(pool, boxed_device, renderPass, pAllocator); in on_vkDestroyRenderPass()
|
D | VkDecoder.cpp | 5888 m_state->on_vkDestroyRenderPass(&m_pool, device, renderPass, pAllocator); in decode()
|