Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_to_string.hpp7630 VULKAN_HPP_INLINE std::string to_string( FullScreenExclusiveEXT value ) in to_string()
7634 case FullScreenExclusiveEXT::eDefault : return "Default"; in to_string()
7635 case FullScreenExclusiveEXT::eAllowed : return "Allowed"; in to_string()
7636 case FullScreenExclusiveEXT::eDisallowed : return "Disallowed"; in to_string()
7637 case FullScreenExclusiveEXT::eApplicationControlled : return "ApplicationControlled"; in to_string()
Dvulkan_enums.hpp6418 enum class FullScreenExclusiveEXT enum