Searched refs:on_vkCreateCommandPool (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 124 return mDgs->on_vkCreateCommandPool(mBp, device, pCreateInfo, pAllocator, pCommandPool); in vkCreateCommandPool()
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 502 VkResult on_vkCreateCommandPool(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 5995 VkResult on_vkCreateCommandPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateCommandPool() function in gfxstream::vk::VkDecoderGlobalState::Impl 9753 VkResult VkDecoderGlobalState::on_vkCreateCommandPool(android::base::BumpPool* pool, in on_vkCreateCommandPool() function in gfxstream::vk::VkDecoderGlobalState 9758 return mImpl->on_vkCreateCommandPool(pool, device, pCreateInfo, pAllocator, pCommandPool); in on_vkCreateCommandPool()
|
D | VkDecoder.cpp | 5994 vkCreateCommandPool_VkResult_return = m_state->on_vkCreateCommandPool( in decode()
|