Home
last modified time | relevance | path

Searched refs:eErrorVideoStdVersionNotSupportedKHR (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6479 VideoStdVersionNotSupportedKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErrorVideoStdVersionNotSupportedKHR ), message ) in VideoStdVersionNotSupportedKHRError()
6483 VideoStdVersionNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorVideoStdVersionNotSupportedKHR ), message ) {} in VideoStdVersionNotSupportedKHRError()
6578 case Result::eErrorVideoStdVersionNotSupportedKHR: throw VideoStdVersionNotSupportedKHRError( message ); in throwResultException()
H A Dvulkan_enums.hpp268 eErrorVideoStdVersionNotSupportedKHR = VK_ERROR_VIDEO_STD_VERSION_NOT_SUPPORTED_KHR, member in VULKAN_HPP_NAMESPACE::Result
H A Dvulkan_to_string.hpp3564 case Result::eErrorVideoStdVersionNotSupportedKHR: return "ErrorVideoStdVersionNotSupportedKHR"; in to_string()

Completed in 137 milliseconds