summaryrefslogtreecommitdiff
path: root/rsScriptC.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-07-25 17:55:39 -0700
committerJason Sams <jsams@google.com>2012-07-25 17:55:39 -0700
commit807fdc4b6f3fb893015ee136565d6151bb2332d3 (patch)
treea9e5791d67e07f407f135b332586518678aae4f9 /rsScriptC.h
parente3150cfb3edb028407669e4a65e087eae77e718c (diff)
downloadrs-807fdc4b6f3fb893015ee136565d6151bb2332d3.tar.gz
Move memory layout to driver.
This change moves all allocation data copies to the hal. Also removes stride from the runtime. Follow on changes will remove the malloc pointer from the runtime. Change-Id: I30967c739800cd4b97186e9fc8b69f26a3f2787d
Diffstat (limited to 'rsScriptC.h')
-rw-r--r--rsScriptC.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsScriptC.h b/rsScriptC.h
index 53a59f8b..6bc41f24 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -38,10 +38,6 @@ public:
ScriptC(Context *);
virtual ~ScriptC();
-
- const Allocation *ptrToAllocation(const void *) const;
-
-
virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len);
virtual uint32_t run(Context *);