Searched refs:on_vkResetCommandPool (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 490 VkResult on_vkResetCommandPool(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 5123 VkResult on_vkResetCommandPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkResetCommandPool() function in gfxstream::vk::VkDecoderGlobalState::Impl 8425 VkResult VkDecoderGlobalState::on_vkResetCommandPool(android::base::BumpPool* pool, VkDevice device, in on_vkResetCommandPool() function in gfxstream::vk::VkDecoderGlobalState 8428 return mImpl->on_vkResetCommandPool(pool, device, commandPool, flags); in on_vkResetCommandPool()
|
D | VkDecoder.cpp | 6120 m_state->on_vkResetCommandPool(&m_pool, device, commandPool, flags); in decode()
|