Implement renderscript Invokables.

This commit is contained in:
Jason Sams
2009-09-16 15:04:38 -07:00
parent 91a5d831d6
commit be2e84193f
8 changed files with 149 additions and 87 deletions

View File

@ -140,6 +140,8 @@ public class RenderScript {
native void nScriptSetTimeZone(int script, byte[] timeZone);
native void nScriptSetType(int type, boolean writable, String name, int slot);
native void nScriptSetRoot(boolean isRoot);
native void nScriptSetInvokable(String name, int slot);
native void nScriptInvoke(int id, int slot);
native void nScriptCBegin();
native void nScriptCSetScript(byte[] script, int offset, int length);