Home
last modified time | relevance | path

Searched refs:on_vkDestroyDescriptorPool (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h389 void on_vkDestroyDescriptorPool(void* context, VkDevice device, VkDescriptorPool descriptorPool,
Dfunc_table.cpp1009 resources->on_vkDestroyDescriptorPool(vkEnc, gfxstream_device->internal_object, in gfxstream_vk_DestroyDescriptorPool()
DResourceTracker.cpp4861 void ResourceTracker::on_vkDestroyDescriptorPool(void* context, VkDevice device, in on_vkDestroyDescriptorPool() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h269 void on_vkDestroyDescriptorPool(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp2939 void on_vkDestroyDescriptorPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorPool() function in gfxstream::vk::VkDecoderGlobalState::Impl
8113 void VkDecoderGlobalState::on_vkDestroyDescriptorPool(android::base::BumpPool* pool, in on_vkDestroyDescriptorPool() function in gfxstream::vk::VkDecoderGlobalState
8117 mImpl->on_vkDestroyDescriptorPool(pool, device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
DVkDecoder.cpp5342 m_state->on_vkDestroyDescriptorPool(&m_pool, device, descriptorPool, pAllocator); in decode()