Home
last modified time | relevance | path

Searched refs:on_vkGetDeviceQueue2 (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h173 void on_vkGetDeviceQueue2(void* context, VkDevice device, const VkDeviceQueueInfo2* pQueueInfo,
DResourceTracker.cpp2109 void ResourceTracker::on_vkGetDeviceQueue2(void*, VkDevice device, const VkDeviceQueueInfo2*, in on_vkGetDeviceQueue2() function in gfxstream::vk::ResourceTracker
DVkEncoder.cpp18457 sResourceTracker->on_vkGetDeviceQueue2(this, device, pQueueInfo, pQueue); in vkGetDeviceQueue2()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h204 void on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp1897 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()
DVkDecoder.cpp9986 m_state->on_vkGetDeviceQueue2(&m_pool, device, pQueueInfo, pQueue); in decode()