Home
last modified time | relevance | path

Searched refs:eErrorFullScreenExclusiveModeLostEXT (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp6292 : SystemError( make_error_code( Result::eErrorFullScreenExclusiveModeLostEXT ), message ) in FullScreenExclusiveModeLostEXTError()
6295 : SystemError( make_error_code( Result::eErrorFullScreenExclusiveModeLostEXT ), message ) in FullScreenExclusiveModeLostEXTError()
6331 case Result::eErrorFullScreenExclusiveModeLostEXT: throw FullScreenExclusiveModeLostEXTError( message ); in throwResultException()
H A Dvulkan_enums.hpp71 eErrorFullScreenExclusiveModeLostEXT = VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT, member in VULKAN_HPP_NAMESPACE::Result
123 case Result::eErrorFullScreenExclusiveModeLostEXT: return "ErrorFullScreenExclusiveModeLostEXT"; in to_string()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6512 FullScreenExclusiveModeLostEXTError( std::string const & message ) : SystemError( make_error_code( Result::eErrorFullScreenExclusiveModeLostEXT ), message ) in FullScreenExclusiveModeLostEXTError()
6516 FullScreenExclusiveModeLostEXTError( char const * message ) : SystemError( make_error_code( Result::eErrorFullScreenExclusiveModeLostEXT ), message ) {} in FullScreenExclusiveModeLostEXTError()
6582 case Result::eErrorFullScreenExclusiveModeLostEXT: throw FullScreenExclusiveModeLostEXTError( message ); in throwResultException()
H A Dvulkan_enums.hpp277 eErrorFullScreenExclusiveModeLostEXT = VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT, member in VULKAN_HPP_NAMESPACE::Result
H A Dvulkan_to_string.hpp3568 case Result::eErrorFullScreenExclusiveModeLostEXT: return "ErrorFullScreenExclusiveModeLostEXT"; in to_string()

Completed in 251 milliseconds