Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp6205 : SystemError( make_error_code( Result::eErrorSurfaceLostKHR ), message ) in SurfaceLostKHRError()
6208 : SystemError( make_error_code( Result::eErrorSurfaceLostKHR ), message ) in SurfaceLostKHRError()
6321 case Result::eErrorSurfaceLostKHR: throw SurfaceLostKHRError( message ); in throwResultException()
H A Dvulkan_enums.hpp61 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR, member in VULKAN_HPP_NAMESPACE::Result
113 case Result::eErrorSurfaceLostKHR: return "ErrorSurfaceLostKHR"; in to_string()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6372 SurfaceLostKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErrorSurfaceLostKHR ), message ) {} in SurfaceLostKHRError()
6374 SurfaceLostKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorSurfaceLostKHR ), message ) {} in SurfaceLostKHRError()
6567 case Result::eErrorSurfaceLostKHR: throw SurfaceLostKHRError( message ); in throwResultException()
H A Dvulkan_enums.hpp256 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR, member in VULKAN_HPP_NAMESPACE::Result
H A Dvulkan_to_string.hpp3552 case Result::eErrorSurfaceLostKHR: return "ErrorSurfaceLostKHR"; in to_string()

Completed in 249 milliseconds