Home
last modified time | relevance | path

Searched defs:DeviceLostError (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp6055 class DeviceLostError : public SystemError class
6058DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDevic… in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
6060DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost )… in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp6257 class DeviceLostError : public SystemError class
6260DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDevic… in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError
6262DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost )… in DeviceLostError() function in VULKAN_HPP_NAMESPACE::DeviceLostError