OSDN Git Service

Fix bugs in scriptGroup.
authorJason Sams <jsams@google.com>
Mon, 15 Oct 2012 22:45:12 +0000 (15:45 -0700)
committerJason Sams <jsams@google.com>
Mon, 15 Oct 2012 22:52:22 +0000 (15:52 -0700)
commite6a7886674c167b4e17f6dc72d41d5b9c604cdd1
treeba9051e07c9eb56420eb72f286b8a0842f6a0415
parent477687c1eb1919c54e2bffba2a740df3b4af6668
Fix bugs in scriptGroup.

Intrinsics were treating inputs as fields rather than varObjs.
This would generate a lot of extra work for the reflection
layers. Also we would like to deprecate this path in the future.

bug 7318821

Change-Id: I81e8c562ba05aae5d085d5c08e91e2c4877265c5
graphics/java/android/renderscript/ScriptIntrinsicBlur.java
graphics/java/android/renderscript/ScriptIntrinsicConvolve3x3.java
graphics/java/android/renderscript/ScriptIntrinsicConvolve5x5.java
graphics/java/android/renderscript/ScriptIntrinsicYuvToRGB.java