Begin naming cleanup for renderscript runtime.
Prefix functions with "rs" or "rsg".

Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
diff --git a/rsScriptC.h b/rsScriptC.h
index 1aab08c..1ee13e1 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -54,6 +54,11 @@
 
     const Allocation *ptrToAllocation(const void *) const;
 
+    void setTLS();
+    void clearTLS();
+
+    virtual void Invoke(Context *rsc, uint32_t slot, const void *data, uint32_t len);
+
     virtual void setupScript();
     virtual uint32_t run(Context *, uint32_t launchID);
 };