Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6442 : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) in VideoProfileOperationNotSupportedKHRError()
6447 : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) in VideoProfileOperationNotSupportedKHRError()
6575 case Result::eErrorVideoProfileOperationNotSupportedKHR: throw VideoProfileOperationNotSupportedKHRError( message ); in throwResultException()
H A Dvulkan_enums.hpp265 eErrorVideoProfileOperationNotSupportedKHR = VK_ERROR_VIDEO_PROFILE_OPERATION_NOT_SUPPORTED_KHR, member in VULKAN_HPP_NAMESPACE::Result
H A Dvulkan_to_string.hpp3561 case Result::eErrorVideoProfileOperationNotSupportedKHR: return "ErrorVideoProfileOperationNotSupportedKHR"; in to_string()

Completed in 144 milliseconds