summaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2011-07-13 12:28:38 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-13 12:28:38 -0700
commitcc24af6ed02e23d1483097add12d0f20944e7492 (patch)
tree266058c881c2af2b88a2094d6b3ce494e8706af7 /driver
parent7f9eda60afb7e9adebe311bc66730f5baabad75c (diff)
parent35e429ebf817130d8590d11d441a77aa697bd7d4 (diff)
downloadandroid_frameworks_rs-cc24af6ed02e23d1483097add12d0f20944e7492.tar.gz
android_frameworks_rs-cc24af6ed02e23d1483097add12d0f20944e7492.tar.bz2
android_frameworks_rs-cc24af6ed02e23d1483097add12d0f20944e7492.zip
Merge "Add slot number to forEach hal."
Diffstat (limited to 'driver')
-rw-r--r--driver/rsdBcc.cpp1
-rw-r--r--driver/rsdBcc.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/driver/rsdBcc.cpp b/driver/rsdBcc.cpp
index 62eb24ef..bbf28366 100644
--- a/driver/rsdBcc.cpp
+++ b/driver/rsdBcc.cpp
@@ -269,6 +269,7 @@ static void wc_x(void *usr, uint32_t idx) {
void rsdScriptInvokeForEach(const Context *rsc,
Script *s,
+ uint32_t slot,
const Allocation * ain,
Allocation * aout,
const void * usr,
diff --git a/driver/rsdBcc.h b/driver/rsdBcc.h
index 62b50f47..67929bc5 100644
--- a/driver/rsdBcc.h
+++ b/driver/rsdBcc.h
@@ -32,6 +32,7 @@ void rsdScriptInvokeFunction(const android::renderscript::Context *dc,
void rsdScriptInvokeForEach(const android::renderscript::Context *rsc,
android::renderscript::Script *s,
+ uint32_t slot,
const android::renderscript::Allocation * ain,
android::renderscript::Allocation * aout,
const void * usr,