diff --git a/samples/RenderScript/Levels/src/com/android/rs/levels/LevelsRSActivity.java b/samples/RenderScript/Levels/src/com/android/rs/levels/LevelsRSActivity.java index 49076a529..f8bba2ebe 100644 --- a/samples/RenderScript/Levels/src/com/android/rs/levels/LevelsRSActivity.java +++ b/samples/RenderScript/Levels/src/com/android/rs/levels/LevelsRSActivity.java @@ -196,7 +196,7 @@ public class LevelsRSActivity extends Activity private void filter() { mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); - mOutPixelsAllocation.ioSendOutput(); + mOutPixelsAllocation.ioSend(); mRS.finish(); }