OSDN Git Service

Use proper ScriptCall size in nScriptForEach()
authorYang Ni <yangni@google.com>
Tue, 15 Mar 2016 23:00:02 +0000 (16:00 -0700)
committerYang Ni <yangni@google.com>
Tue, 15 Mar 2016 23:20:08 +0000 (16:20 -0700)
commite8f2e445fdb138416043a16659bbf86fbbd3fff8
treed904e98a838c39d99a8839af32ea37a9229d19f2
parent5a6d9b6656b3ebd8956c4a129b17c372585d23a9
Use proper ScriptCall size in nScriptForEach()

Bug: 26498479

Although the size of struct ScriptCall is not used underneath in the
runtime or drivers, assign the correct value here to avoid confusion.

Change-Id: I8db19538b9f70f3bf9ee849a8724da3d9ee04785
rs/jni/android_renderscript_RenderScript.cpp