Searched refs:eErrorVideoStdVersionNotSupportedKHR (Results 1 – 3 of 3) sorted by relevance
5879 : SystemError( make_error_code( Result::eErrorVideoStdVersionNotSupportedKHR ), message ) {} in VideoStdVersionNotSupportedKHRError()5881 : SystemError( make_error_code( Result::eErrorVideoStdVersionNotSupportedKHR ), message ) {} in VideoStdVersionNotSupportedKHRError()5977 …case Result::eErrorVideoStdVersionNotSupportedKHR: throw VideoStdVersionNotSupportedKHRError( mess… in throwResultException()
276 eErrorVideoStdVersionNotSupportedKHR = VK_ERROR_VIDEO_STD_VERSION_NOT_SUPPORTED_KHR, enumerator
2715 … case Result::eErrorVideoStdVersionNotSupportedKHR : return "ErrorVideoStdVersionNotSupportedKHR"; in to_string()