Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6456 : SystemError( make_error_code( Result::eErrorVideoProfileFormatNotSupportedKHR ), message ) in VideoProfileFormatNotSupportedKHRError()
6460 VideoProfileFormatNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorVideoProfileFormatNotSupportedKHR ), message ) in VideoProfileFormatNotSupportedKHRError()
6576 case Result::eErrorVideoProfileFormatNotSupportedKHR: throw VideoProfileFormatNotSupportedKHRError( message ); in throwResultException()
H A Dvulkan_enums.hpp266 eErrorVideoProfileFormatNotSupportedKHR = VK_ERROR_VIDEO_PROFILE_FORMAT_NOT_SUPPORTED_KHR, member in VULKAN_HPP_NAMESPACE::Result
H A Dvulkan_to_string.hpp3562 case Result::eErrorVideoProfileFormatNotSupportedKHR: return "ErrorVideoProfileFormatNotSupportedKHR"; in to_string()

Completed in 140 milliseconds