summaryrefslogtreecommitdiff
path: root/rsScriptC.h
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-02-23 09:58:56 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-23 09:58:56 -0800
commitbb5c0b1ef124e845564e928fe6d24a37f30e99ed (patch)
tree42c1a6276a63a27aeaaffb0692c3a14440ef450e /rsScriptC.h
parent8bab2759e224da05342e43953f189cd46df03c38 (diff)
parent4419977d78018a9933c7f455fe001f644f2d638b (diff)
downloadrs-bb5c0b1ef124e845564e928fe6d24a37f30e99ed.tar.gz
Merge "Support running ForEach on non-root functions."
Diffstat (limited to 'rsScriptC.h')
-rw-r--r--rsScriptC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsScriptC.h b/rsScriptC.h
index fc4df513..92e1f4ff 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 The Android Open Source Project
+ * Copyright (C) 2009-2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -47,6 +47,7 @@ public:
virtual uint32_t run(Context *);
virtual void runForEach(Context *rsc,
+ uint32_t slot,
const Allocation * ain,
Allocation * aout,
const void * usr,