Home
last modified time | relevance | path

Searched refs:on_vkGetDeviceQueue (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h250 mDgs->on_vkGetDeviceQueue(mBp, nullptr, device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h218 void on_vkGetDeviceQueue(android::base::BumpPool* pool, VkSnapshotApiCallInfo* snapshotInfo,
DVkDecoderGlobalState.cpp2183 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()
DVkDecoder.cpp1481 m_state->on_vkGetDeviceQueue(&m_pool, snapshotApiCallInfo, device, in decode()