Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp6100 : SystemError( make_error_code( Result::eErrorFeatureNotPresent ), message ) in FeatureNotPresentError()
6103 : SystemError( make_error_code( Result::eErrorFeatureNotPresent ), message ) in FeatureNotPresentError()
6311 case Result::eErrorFeatureNotPresent: throw FeatureNotPresentError( message ); in throwResultException()
H A Dvulkan_enums.hpp51 eErrorFeatureNotPresent = VK_ERROR_FEATURE_NOT_PRESENT, member in VULKAN_HPP_NAMESPACE::Result
103 case Result::eErrorFeatureNotPresent: return "ErrorFeatureNotPresent"; in to_string()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6292 FeatureNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eErrorFeatureNotPresent ), message ) {} in FeatureNotPresentError()
6294 FeatureNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorFeatureNotPresent ), message ) {} in FeatureNotPresentError()
6557 case Result::eErrorFeatureNotPresent: throw FeatureNotPresentError( message ); in throwResultException()
H A Dvulkan_enums.hpp245 eErrorFeatureNotPresent = VK_ERROR_FEATURE_NOT_PRESENT, member in VULKAN_HPP_NAMESPACE::Result
H A Dvulkan_to_string.hpp3541 case Result::eErrorFeatureNotPresent: return "ErrorFeatureNotPresent"; in to_string()

Completed in 297 milliseconds