Searched refs:on_vkCreateDescriptorPool (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 384 VkResult on_vkCreateDescriptorPool(void* context, VkResult input_result, VkDevice device,
|
D | func_table.cpp | 993 vkCreateDescriptorPool_VkResult_return = resources->on_vkCreateDescriptorPool( in gfxstream_vk_CreateDescriptorPool()
|
D | ResourceTracker.cpp | 4821 VkResult ResourceTracker::on_vkCreateDescriptorPool(void* context, VkResult, VkDevice device, in on_vkCreateDescriptorPool() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 264 VkResult on_vkCreateDescriptorPool(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 2861 VkResult on_vkCreateDescriptorPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorPool() function in gfxstream::vk::VkDecoderGlobalState::Impl 8107 VkResult VkDecoderGlobalState::on_vkCreateDescriptorPool( in on_vkCreateDescriptorPool() function in gfxstream::vk::VkDecoderGlobalState 8110 return mImpl->on_vkCreateDescriptorPool(pool, device, pCreateInfo, pAllocator, pDescriptorPool); in on_vkCreateDescriptorPool()
|
D | VkDecoder.cpp | 5269 vkCreateDescriptorPool_VkResult_return = m_state->on_vkCreateDescriptorPool( in decode()
|