Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h298 VkResult on_vkCreateDescriptorPool(android::base::BumpPool* pool,
DVkDecoderGlobalState.cpp3555 VkResult on_vkCreateDescriptorPool(android::base::BumpPool* pool, in on_vkCreateDescriptorPool() function in gfxstream::vk::VkDecoderGlobalState::Impl
9553 VkResult VkDecoderGlobalState::on_vkCreateDescriptorPool( in on_vkCreateDescriptorPool() function in gfxstream::vk::VkDecoderGlobalState
9557 return mImpl->on_vkCreateDescriptorPool(pool, snapshotInfo, device, pCreateInfo, pAllocator, in on_vkCreateDescriptorPool()
DVkDecoder.cpp5246 vkCreateDescriptorPool_VkResult_return = m_state->on_vkCreateDescriptorPool( in decode()