diff options
author | Jason Sams <rjsams@android.com> | 2011-04-20 15:09:01 -0700 |
---|---|---|
committer | Jason Sams <rjsams@android.com> | 2011-04-20 15:09:01 -0700 |
commit | fcf7231249822ff4dae852f1de1f799756689f91 (patch) | |
tree | fd1e1e4ee8c1ea6a45c06cbd97afe29eee77df31 /libs/rs/rsScriptC.h | |
parent | 16f61049a872e80628c0004d75e184a6ddf73b02 (diff) | |
download | frameworks_base-fcf7231249822ff4dae852f1de1f799756689f91.zip frameworks_base-fcf7231249822ff4dae852f1de1f799756689f91.tar.gz frameworks_base-fcf7231249822ff4dae852f1de1f799756689f91.tar.bz2 |
Create runtime stubs for compute driver.
Change-Id: I8e0250a642844a2ad3ff6efc38e385445b7da032
Diffstat (limited to 'libs/rs/rsScriptC.h')
-rw-r--r-- | libs/rs/rsScriptC.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index 2edeb9b..4c85745 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h @@ -47,6 +47,7 @@ public: const Allocation * ain, Allocation * aout, const void * usr, + size_t usrBytes, const RsScriptCall *sc = NULL); virtual void serialize(OStream *stream) const { } |