Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h222 void on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkSnapshotApiCallInfo* snapshotInfo,
DVkDecoderGlobalState.cpp2212 void on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkSnapshotApiCallInfo* snapshotInfo, in on_vkGetDeviceQueue2() function in gfxstream::vk::VkDecoderGlobalState::Impl
9325 void VkDecoderGlobalState::on_vkGetDeviceQueue2(android::base::BumpPool* pool, in on_vkGetDeviceQueue2() function in gfxstream::vk::VkDecoderGlobalState
9330 mImpl->on_vkGetDeviceQueue2(pool, snapshotInfo, device, pQueueInfo, pQueue); in on_vkGetDeviceQueue2()
DVkDecoder.cpp9940 m_state->on_vkGetDeviceQueue2(&m_pool, snapshotApiCallInfo, device, pQueueInfo, in decode()