Home
last modified time | relevance | path

Searched refs:on_vkBeginCommandBuffer (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h51 return mDgs->on_vkBeginCommandBuffer(mBp, commandBuffer, pBeginInfo, in vkBeginCommandBuffer()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h484 VkResult on_vkBeginCommandBuffer(void* context, VkResult input_result,
Dfunc_table.cpp1131 vkBeginCommandBuffer_VkResult_return = resources->on_vkBeginCommandBuffer( in gfxstream_vk_BeginCommandBuffer()
DResourceTracker.cpp6806 VkResult ResourceTracker::on_vkBeginCommandBuffer(void* context, VkResult input_result, in on_vkBeginCommandBuffer() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h560 VkResult on_vkBeginCommandBuffer(android::base::BumpPool* pool, VkCommandBuffer commandBuffer,
DVkDecoderGlobalState.cpp5635 VkResult on_vkBeginCommandBuffer(android::base::BumpPool* pool, in on_vkBeginCommandBuffer() function in gfxstream::vk::VkDecoderGlobalState::Impl
5665 return this->on_vkBeginCommandBuffer(pool, boxed_commandBuffer, pBeginInfo, context); in on_vkBeginCommandBufferAsyncGOOGLE()
8545 VkResult VkDecoderGlobalState::on_vkBeginCommandBuffer(android::base::BumpPool* pool, in on_vkBeginCommandBuffer() function in gfxstream::vk::VkDecoderGlobalState
8549 return mImpl->on_vkBeginCommandBuffer(pool, commandBuffer, pBeginInfo, context); in on_vkBeginCommandBuffer()
8555 mImpl->on_vkBeginCommandBuffer(pool, commandBuffer, pBeginInfo, context); in on_vkBeginCommandBufferAsyncGOOGLE()
DVkSubDecoder.cpp74 vkBeginCommandBuffer_VkResult_return = this->on_vkBeginCommandBuffer( in subDecode()
DVkDecoder.cpp6315 m_state->on_vkBeginCommandBuffer(&m_pool, commandBuffer, pBeginInfo, context); in decode()