From 473a2048d3c54fe38b6f9a58457645c9c472b238 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Tue, 21 Feb 2012 20:13:12 -0800 Subject: Support running ForEach on non-root functions. BUG=6000538 Change-Id: Ie2b16893b150cc5955ee4b9d028c988f69a82744 --- libs/rs/rsScript.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/rs/rsScript.h') 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, -- cgit v1.2.3-59-g8ed1b