Searched refs:on_vkGetDeviceQueue2 (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 173 void on_vkGetDeviceQueue2(void* context, VkDevice device, const VkDeviceQueueInfo2* pQueueInfo,
|
D | ResourceTracker.cpp | 2109 void ResourceTracker::on_vkGetDeviceQueue2(void*, VkDevice device, const VkDeviceQueueInfo2*, in on_vkGetDeviceQueue2() function in gfxstream::vk::ResourceTracker
|
D | VkEncoder.cpp | 18457 sResourceTracker->on_vkGetDeviceQueue2(this, device, pQueueInfo, pQueue); in vkGetDeviceQueue2()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 204 void on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 1897 void on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetDeviceQueue2() function in gfxstream::vk::VkDecoderGlobalState::Impl 7951 void VkDecoderGlobalState::on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkDevice device, in on_vkGetDeviceQueue2() function in gfxstream::vk::VkDecoderGlobalState 7954 mImpl->on_vkGetDeviceQueue2(pool, device, pQueueInfo, pQueue); in on_vkGetDeviceQueue2()
|
D | VkDecoder.cpp | 9986 m_state->on_vkGetDeviceQueue2(&m_pool, device, pQueueInfo, pQueue); in decode()
|