Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_cmd.cpp147 result = resources->on_vkAllocateCommandBuffers( in gfxstream_vk_AllocateCommandBuffers()
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h41 return mDgs->on_vkAllocateCommandBuffers(mBp, device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h518 VkResult on_vkAllocateCommandBuffers(void* context, VkResult input_result, VkDevice device,
DResourceTracker.cpp6994 VkResult ResourceTracker::on_vkAllocateCommandBuffers( in on_vkAllocateCommandBuffers() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h458 VkResult on_vkAllocateCommandBuffers(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp5056 VkResult on_vkAllocateCommandBuffers(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAllocateCommandBuffers() function in gfxstream::vk::VkDecoderGlobalState::Impl
8405 VkResult VkDecoderGlobalState::on_vkAllocateCommandBuffers( in on_vkAllocateCommandBuffers() function in gfxstream::vk::VkDecoderGlobalState
8408 return mImpl->on_vkAllocateCommandBuffers(pool, device, pAllocateInfo, pCommandBuffers); in on_vkAllocateCommandBuffers()
DVkDecoder.cpp6181 vkAllocateCommandBuffers_VkResult_return = m_state->on_vkAllocateCommandBuffers( in decode()