Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp6129 class FormatNotSupportedError : public SystemError class
6132 FormatNotSupportedError( std::string const & message ) in FormatNotSupportedError() function in VULKAN_HPP_NAMESPACE::FormatNotSupportedError
6135 FormatNotSupportedError( char const * message ) in FormatNotSupportedError() function in VULKAN_HPP_NAMESPACE::FormatNotSupportedError
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp6662 class FormatNotSupportedError : public SystemError class
6665FormatNotSupportedError( std::string const & message ) : SystemError( make_error_code( Result::eEr… in FormatNotSupportedError() function in VULKAN_HPP_NAMESPACE::FormatNotSupportedError
6667FormatNotSupportedError( char const * message ) : SystemError( make_error_code( Result::eErrorForm… in FormatNotSupportedError() function in VULKAN_HPP_NAMESPACE::FormatNotSupportedError