diff options
| author | David Gross <dgross@google.com> | 2016-06-01 14:45:47 -0700 |
|---|---|---|
| committer | David Gross <dgross@google.com> | 2016-06-10 10:45:29 -0700 |
| commit | ae2ec3febedfc29376b9104413fb4042028f1265 (patch) | |
| tree | 36d8f632058bc158f48b4e148bcf41c177802d1b /rsScriptIntrinsic.cpp | |
| parent | 8e70791ff732ce244077310bdfdaf75dc19baabc (diff) | |
Delete simple reduction implementation.
Bug: 27298560
Change-Id: I8c3d568e98aaf0b7d86881c985d13ed5b8e95338
Diffstat (limited to 'rsScriptIntrinsic.cpp')
| -rw-r--r-- | rsScriptIntrinsic.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/rsScriptIntrinsic.cpp b/rsScriptIntrinsic.cpp index 6e0f6ae3..0122a718 100644 --- a/rsScriptIntrinsic.cpp +++ b/rsScriptIntrinsic.cpp @@ -68,15 +68,11 @@ void ScriptIntrinsic::runForEach(Context* rsc, aout, usr, usrBytes, sc); } -void ScriptIntrinsic::runReduce(Context *rsc, uint32_t slot, const Allocation *ain, +void ScriptIntrinsic::runReduce(Context *rsc, uint32_t slot, + const Allocation ** ains, size_t inLen, Allocation *aout, const RsScriptCall *sc) { } -void ScriptIntrinsic::runReduceNew(Context *rsc, uint32_t slot, - const Allocation ** ains, size_t inLen, - Allocation *aout, const RsScriptCall *sc) { -} - void ScriptIntrinsic::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { } |
