Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h490 VkResult on_vkResetCommandPool(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp5123 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()
DVkDecoder.cpp6120 m_state->on_vkResetCommandPool(&m_pool, device, commandPool, flags); in decode()