summaryrefslogtreecommitdiff
path: root/libs/rs/rsScript.h
diff options
context:
space:
mode:
author Stephen Hines <srhines@google.com> 2012-02-23 09:58:56 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-02-23 09:58:56 -0800
commita16c98c155a51a035719bef5b76e973ee2295795 (patch)
tree63d345a1e3eab736b66e7de516ba55783c22b3ab /libs/rs/rsScript.h
parenta172b6e96909186451a6a968b8e70872f6753c10 (diff)
parent473a2048d3c54fe38b6f9a58457645c9c472b238 (diff)
Merge "Support running ForEach on non-root functions."
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r--libs/rs/rsScript.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h
index 99dceafaba37..7879ea61c50e 100644
--- a/libs/rs/rsScript.h
+++ b/libs/rs/rsScript.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.
@@ -74,6 +74,7 @@ public:
virtual bool freeChildren();
virtual void runForEach(Context *rsc,
+ uint32_t slot,
const Allocation * ain,
Allocation * aout,
const void * usr,