Home
last modified time | relevance | path

Searched refs:on_vkFreeCommandBuffers (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h216 mDgs->on_vkFreeCommandBuffers(mBp, device, unbox_VkCommandPool(commandPool), in vkFreeCommandBuffers()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h477 void on_vkFreeCommandBuffers(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp5333 void on_vkFreeCommandBuffers(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeCommandBuffers() function in gfxstream::vk::VkDecoderGlobalState::Impl
8460 void VkDecoderGlobalState::on_vkFreeCommandBuffers(android::base::BumpPool* pool, VkDevice device, in on_vkFreeCommandBuffers() function in gfxstream::vk::VkDecoderGlobalState
8464 return mImpl->on_vkFreeCommandBuffers(pool, device, commandPool, commandBufferCount, in on_vkFreeCommandBuffers()
DVkDecoder.cpp6268 m_state->on_vkFreeCommandBuffers(&m_pool, device, commandPool, commandBufferCount, in decode()