Searched refs:eErrorVideoProfileOperationNotSupportedKHR (Results 1 – 3 of 3) sorted by relevance
5852 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) {} in VideoProfileOperationNotSupportedKHRError()5854 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) {} in VideoProfileOperationNotSupportedKHRError()5974 …case Result::eErrorVideoProfileOperationNotSupportedKHR: throw VideoProfileOperationNotSupportedKH… in throwResultException()
273 eErrorVideoProfileOperationNotSupportedKHR = VK_ERROR_VIDEO_PROFILE_OPERATION_NOT_SUPPORTED_KHR, enumerator
2712 …case Result::eErrorVideoProfileOperationNotSupportedKHR : return "ErrorVideoProfileOperationNotSup… in to_string()