Searched refs:on_vkResetCommandBuffer (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 489 VkResult on_vkResetCommandBuffer(void* context, VkResult input_result,
|
D | func_table.cpp | 1158 vkResetCommandBuffer_VkResult_return = resources->on_vkResetCommandBuffer( in gfxstream_vk_ResetCommandBuffer()
|
D | ResourceTracker.cpp | 6851 VkResult ResourceTracker::on_vkResetCommandBuffer(void* context, VkResult input_result, in on_vkResetCommandBuffer() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 474 VkResult on_vkResetCommandBuffer(android::base::BumpPool* pool, VkCommandBuffer commandBuffer,
|
D | VkDecoderGlobalState.cpp | 5318 VkResult on_vkResetCommandBuffer(android::base::BumpPool* pool, in on_vkResetCommandBuffer() function in gfxstream::vk::VkDecoderGlobalState::Impl 5695 on_vkResetCommandBuffer(pool, boxed_commandBuffer, flags); in on_vkResetCommandBufferAsyncGOOGLE() 8454 VkResult VkDecoderGlobalState::on_vkResetCommandBuffer(android::base::BumpPool* pool, in on_vkResetCommandBuffer() function in gfxstream::vk::VkDecoderGlobalState 8457 return mImpl->on_vkResetCommandBuffer(pool, commandBuffer, flags); in on_vkResetCommandBuffer()
|
D | VkSubDecoder.cpp | 100 vkResetCommandBuffer_VkResult_return = this->on_vkResetCommandBuffer( in subDecode()
|
D | VkDecoder.cpp | 6391 m_state->on_vkResetCommandBuffer(&m_pool, commandBuffer, flags); in decode()
|