Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp3971 VULKAN_HPP_INLINE std::string to_string( DisplayPowerStateEXT value ) in to_string()
3975 case DisplayPowerStateEXT::eOff : return "Off"; in to_string()
3976 case DisplayPowerStateEXT::eSuspend : return "Suspend"; in to_string()
3977 case DisplayPowerStateEXT::eOn : return "On"; in to_string()
Dvulkan_to_string.hpp6864 VULKAN_HPP_INLINE std::string to_string( DisplayPowerStateEXT value ) in to_string()
6868 case DisplayPowerStateEXT::eOff : return "Off"; in to_string()
6869 case DisplayPowerStateEXT::eSuspend : return "Suspend"; in to_string()
6870 case DisplayPowerStateEXT::eOn : return "On"; in to_string()
Dvulkansc_enums.hpp3487 enum class DisplayPowerStateEXT enum
Dvulkan_enums.hpp5694 enum class DisplayPowerStateEXT enum