Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.h395 void on_vkDestroyDescriptorPool(
DResourceTracker.cpp3571 void on_vkDestroyDescriptorPool( in on_vkDestroyDescriptorPool() function in goldfish_vk::ResourceTracker::Impl
5663 void ResourceTracker::on_vkDestroyDescriptorPool( in on_vkDestroyDescriptorPool() function in goldfish_vk::ResourceTracker
5668 mImpl->on_vkDestroyDescriptorPool(context, device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp885 resources->on_vkDestroyDescriptorPool(vkEnc, device, descriptorPool, pAllocator); in entry_vkDestroyDescriptorPool()