Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h683 void on_vkQueueFlushCommandsGOOGLE(android::base::BumpPool* pool, VkQueue queue,
DVkDecoderGlobalState.cpp7254 void on_vkQueueFlushCommandsGOOGLE(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueFlushCommandsGOOGLE() function in gfxstream::vk::VkDecoderGlobalState::Impl
10085 void VkDecoderGlobalState::on_vkQueueFlushCommandsGOOGLE(android::base::BumpPool* pool, in on_vkQueueFlushCommandsGOOGLE() function in gfxstream::vk::VkDecoderGlobalState
10090 mImpl->on_vkQueueFlushCommandsGOOGLE(pool, queue, commandBuffer, dataSize, pData, context); in on_vkQueueFlushCommandsGOOGLE()
DVkDecoder.cpp21698 m_state->on_vkQueueFlushCommandsGOOGLE(&m_pool, queue, commandBuffer, dataSize, in decode()