Home
last modified time | relevance | path

Searched refs:on_vkResetCommandBuffer (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h489 VkResult on_vkResetCommandBuffer(void* context, VkResult input_result,
Dfunc_table.cpp1158 vkResetCommandBuffer_VkResult_return = resources->on_vkResetCommandBuffer( in gfxstream_vk_ResetCommandBuffer()
DResourceTracker.cpp6851 VkResult ResourceTracker::on_vkResetCommandBuffer(void* context, VkResult input_result, in on_vkResetCommandBuffer() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h474 VkResult on_vkResetCommandBuffer(android::base::BumpPool* pool, VkCommandBuffer commandBuffer,
DVkDecoderGlobalState.cpp5318 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()
DVkSubDecoder.cpp100 vkResetCommandBuffer_VkResult_return = this->on_vkResetCommandBuffer( in subDecode()
DVkDecoder.cpp6391 m_state->on_vkResetCommandBuffer(&m_pool, commandBuffer, flags); in decode()