Searched refs:eErrorNativeWindowInUseKHR (Results 1 – 6 of 6) sorted by relevance
6350 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) in NativeWindowInUseKHRError()6353 : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), message ) in NativeWindowInUseKHRError()6458 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()
64 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator118 case Result::eErrorNativeWindowInUseKHR: return "ErrorNativeWindowInUseKHR"; in to_string()
5814 : SystemError(make_error_code(Result::eErrorNativeWindowInUseKHR), message) in NativeWindowInUseKHRError()5817 : SystemError(make_error_code(Result::eErrorNativeWindowInUseKHR), message) in NativeWindowInUseKHRError()5926 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError(message); in throwResultException()
63 eErrorNativeWindowInUseKHR = VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, enumerator117 case Result::eErrorNativeWindowInUseKHR: return "ErrorNativeWindowInUseKHR"; in to_string()
5718 …ring const & message ) : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), messa… in NativeWindowInUseKHRError()5719 …char const * message ) : SystemError( make_error_code( Result::eErrorNativeWindowInUseKHR ), messa… in NativeWindowInUseKHRError()5805 case Result::eErrorNativeWindowInUseKHR: throw NativeWindowInUseKHRError( message ); in throwResultException()