summaryrefslogtreecommitdiffstats
path: root/rsScript.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2014-06-17 12:06:06 -0700
committerTim Murray <timmurray@google.com>2014-07-08 15:59:16 -0700
commita36c50a6ab87f4c9049318d4c6c8ec7b0a1e6e12 (patch)
tree8b62d216582d173b9eaf0fd731ab388a2f7432e7 /rsScript.h
parent60506d94c399dea8b6325000be27b07fed67852a (diff)
downloadandroid_frameworks_rs-a36c50a6ab87f4c9049318d4c6c8ec7b0a1e6e12.tar.gz
android_frameworks_rs-a36c50a6ab87f4c9049318d4c6c8ec7b0a1e6e12.tar.bz2
android_frameworks_rs-a36c50a6ab87f4c9049318d4c6c8ec7b0a1e6e12.zip
Add 64bit large object support
Add HAL hooks for filling in LO fields. Change-Id: Ib9bdee714a062de519d2a9708c1016404a1b11a4 Conflicts: driver/rsdBcc.cpp driver/rsdCore.cpp rsAllocation.h rs_hal.h
Diffstat (limited to 'rsScript.h')
-rw-r--r--rsScript.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsScript.h b/rsScript.h
index 06e52de0..1ad013f9 100644
--- a/rsScript.h
+++ b/rsScript.h
@@ -132,6 +132,8 @@ public:
bool hasObjectSlots() const {
return mHasObjectSlots;
}
+ virtual void callUpdateCacheObject(const Context *rsc, void *dstObj) const;
+
protected:
bool mInitialized;
bool mHasObjectSlots;