Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h159 void on_vkGetPhysicalDeviceFormatProperties2(android::base::BumpPool* pool,
DVkDecoderGlobalState.cpp1400 void on_vkGetPhysicalDeviceFormatProperties2(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFormatProperties2() function in gfxstream::vk::VkDecoderGlobalState::Impl
7882 void VkDecoderGlobalState::on_vkGetPhysicalDeviceFormatProperties2( in on_vkGetPhysicalDeviceFormatProperties2() function in gfxstream::vk::VkDecoderGlobalState
7885 mImpl->on_vkGetPhysicalDeviceFormatProperties2(pool, physicalDevice, format, pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties2()
7891 mImpl->on_vkGetPhysicalDeviceFormatProperties2(pool, physicalDevice, format, pFormatProperties); in on_vkGetPhysicalDeviceFormatProperties2KHR()
DVkDecoder.cpp9552 m_state->on_vkGetPhysicalDeviceFormatProperties2(&m_pool, physicalDevice, format, in decode()