Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h660 void on_vkQueueFlushCommandsGOOGLE(android::base::BumpPool* pool, VkQueue queue,
DVkDecoderGlobalState.cpp6134 void on_vkQueueFlushCommandsGOOGLE(android::base::BumpPool* pool, VkQueue queue, in on_vkQueueFlushCommandsGOOGLE() function in gfxstream::vk::VkDecoderGlobalState::Impl
8738 void VkDecoderGlobalState::on_vkQueueFlushCommandsGOOGLE(android::base::BumpPool* pool, in on_vkQueueFlushCommandsGOOGLE() function in gfxstream::vk::VkDecoderGlobalState
8743 mImpl->on_vkQueueFlushCommandsGOOGLE(pool, queue, commandBuffer, dataSize, pData, context); in on_vkQueueFlushCommandsGOOGLE()
DVkDecoder.cpp21343 m_state->on_vkQueueFlushCommandsGOOGLE(&m_pool, queue, commandBuffer, dataSize, in decode()