Searched refs:on_vkResetDescriptorPool (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 392 VkResult on_vkResetDescriptorPool(void* context, VkResult input_result, VkDevice device,
|
D | func_table.cpp | 1021 vkResetDescriptorPool_VkResult_return = resources->on_vkResetDescriptorPool( in gfxstream_vk_ResetDescriptorPool()
|
D | ResourceTracker.cpp | 4873 VkResult ResourceTracker::on_vkResetDescriptorPool(void* context, VkResult, VkDevice device, in on_vkResetDescriptorPool() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 273 VkResult on_vkResetDescriptorPool(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 2952 VkResult on_vkResetDescriptorPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkResetDescriptorPool() function in gfxstream::vk::VkDecoderGlobalState::Impl 8120 VkResult VkDecoderGlobalState::on_vkResetDescriptorPool(android::base::BumpPool* pool, in on_vkResetDescriptorPool() function in gfxstream::vk::VkDecoderGlobalState 8124 return mImpl->on_vkResetDescriptorPool(pool, device, descriptorPool, flags); in on_vkResetDescriptorPool()
|
D | VkDecoder.cpp | 5384 m_state->on_vkResetDescriptorPool(&m_pool, device, descriptorPool, flags); in decode()
|