Searched refs:on_vkFreeCommandBuffers (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 216 mDgs->on_vkFreeCommandBuffers(mBp, device, unbox_VkCommandPool(commandPool), in vkFreeCommandBuffers()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 477 void on_vkFreeCommandBuffers(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 5333 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()
|
D | VkDecoder.cpp | 6268 m_state->on_vkFreeCommandBuffers(&m_pool, device, commandPool, commandBufferCount, in decode()
|