Home
last modified time | relevance | path

Searched refs:DeviceLostError (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp6055 class DeviceLostError : public SystemError class
6058 DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
6060 DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
6307 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6257 class DeviceLostError : public SystemError class
6260 DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
6262 DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
6553 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()

Completed in 46 milliseconds