Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1212 pFeatures->textureCompressionETC2 |= enableEmulatedEtc2(physicalDevice, vk); in on_vkGetPhysicalDeviceFeatures()
1253 pFeatures->features.textureCompressionETC2 |= enableEmulatedEtc2(physicalDevice, vk); in on_vkGetPhysicalDeviceFeatures2()
7008 bool enableEmulatedEtc2(VkPhysicalDevice physicalDevice, VulkanDispatch* vk) { in enableEmulatedEtc2() function in gfxstream::vk::VkDecoderGlobalState::Impl
7025 if (!enableEmulatedEtc2(physicalDevice, vk)) { in needEmulatedEtc2()