Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h131 void on_vkGetPhysicalDeviceFeatures(android::base::BumpPool* pool,
DVkDecoderGlobalState.cpp1205 void on_vkGetPhysicalDeviceFeatures(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures() function in gfxstream::vk::VkDecoderGlobalState::Impl
7836 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFeatures(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures() function in gfxstream::vk::VkDecoderGlobalState
7839 mImpl->on_vkGetPhysicalDeviceFeatures(pool, physicalDevice, pFeatures); in on_vkGetPhysicalDeviceFeatures()
DVkDecoder.cpp457 m_state->on_vkGetPhysicalDeviceFeatures(&m_pool, physicalDevice, pFeatures); in decode()