Searched refs:on_vkGetDeviceQueue (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 250 mDgs->on_vkGetDeviceQueue(mBp, nullptr, device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 218 void on_vkGetDeviceQueue(android::base::BumpPool* pool, VkSnapshotApiCallInfo* snapshotInfo,
|
D | VkDecoderGlobalState.cpp | 2183 void on_vkGetDeviceQueue(android::base::BumpPool* pool, VkSnapshotApiCallInfo*, in on_vkGetDeviceQueue() function in gfxstream::vk::VkDecoderGlobalState::Impl 2225 on_vkGetDeviceQueue(pool, snapshotInfo, boxed_device, queueFamilyIndex, queueIndex, pQueue); in on_vkGetDeviceQueue2() 9318 void VkDecoderGlobalState::on_vkGetDeviceQueue(android::base::BumpPool* pool, in on_vkGetDeviceQueue() function in gfxstream::vk::VkDecoderGlobalState 9322 mImpl->on_vkGetDeviceQueue(pool, snapshotInfo, device, queueFamilyIndex, queueIndex, pQueue); in on_vkGetDeviceQueue()
|
D | VkDecoder.cpp | 1481 m_state->on_vkGetDeviceQueue(&m_pool, snapshotApiCallInfo, device, in decode()
|