summaryrefslogtreecommitdiffstats
path: root/libs/rs/rs_hal.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2011-07-13 11:26:26 -0700
committerJason Sams <rjsams@android.com>2011-07-13 11:26:26 -0700
commit92b0eab07e0ec653975dd940f4af3ceeb68ad3a8 (patch)
treebc3c6826c448d2a3a3bd8571a966369029bb8d20 /libs/rs/rs_hal.h
parent48fe534838d8b9d10f98ea2662eec258320ab4e7 (diff)
downloadframeworks_base-92b0eab07e0ec653975dd940f4af3ceeb68ad3a8.zip
frameworks_base-92b0eab07e0ec653975dd940f4af3ceeb68ad3a8.tar.gz
frameworks_base-92b0eab07e0ec653975dd940f4af3ceeb68ad3a8.tar.bz2
Add slot number to forEach hal.
Change-Id: I0f2992d5f4128422d07f897b335c219cc7f1d02c
Diffstat (limited to 'libs/rs/rs_hal.h')
-rw-r--r--libs/rs/rs_hal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rs_hal.h b/libs/rs/rs_hal.h
index 928dca5..6a4537b 100644
--- a/libs/rs/rs_hal.h
+++ b/libs/rs/rs_hal.h
@@ -70,6 +70,7 @@ typedef struct {
int (*invokeRoot)(const Context *rsc, Script *s);
void (*invokeForEach)(const Context *rsc,
Script *s,
+ uint32_t slot,
const Allocation * ain,
Allocation * aout,
const void * usr,