Begin naming cleanup for renderscript runtime.

Prefix functions with "rs" or "rsg".

Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
This commit is contained in:
Jason Sams
2010-05-19 17:22:57 -07:00
parent d52498a64f
commit d79b2e9f8b
21 changed files with 1002 additions and 1088 deletions

View File

@@ -134,9 +134,6 @@ public class RenderScript {
native int nAdapter2DCreate();
native void nScriptBindAllocation(int script, int alloc, int slot);
native void nScriptSetClearColor(int script, float r, float g, float b, float a);
native void nScriptSetClearDepth(int script, float depth);
native void nScriptSetClearStencil(int script, int stencil);
native void nScriptSetTimeZone(int script, byte[] timeZone);
native void nScriptInvoke(int id, int slot);
native void nScriptInvokeData(int id, int slot);