Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h591 VkResult on_vkResetCommandPool(android::base::BumpPool* pool,
DVkDecoderGlobalState.cpp6193 VkResult on_vkResetCommandPool(android::base::BumpPool* pool, VkSnapshotApiCallInfo*, in on_vkResetCommandPool() function in gfxstream::vk::VkDecoderGlobalState::Impl
9942 VkResult VkDecoderGlobalState::on_vkResetCommandPool(android::base::BumpPool* pool, in on_vkResetCommandPool() function in gfxstream::vk::VkDecoderGlobalState
9946 return mImpl->on_vkResetCommandPool(pool, snapshotInfo, device, commandPool, flags); in on_vkResetCommandPool()
DVkDecoder.cpp6105 vkResetCommandPool_VkResult_return = m_state->on_vkResetCommandPool( in decode()