summaryrefslogtreecommitdiffstats
path: root/rsFileA3D.cpp
diff options
context:
space:
mode:
authorYang Ni <yangni@google.com>2015-01-07 09:16:40 -0800
committerYang Ni <yangni@google.com>2015-01-07 09:16:40 -0800
commit1ffd86b448d78366190c540f98f8b6d641cdb6cf (patch)
tree65dc9b2f0c6d53ce4858ae990ab82f34cc26fd06 /rsFileA3D.cpp
parent82f515b5a40d030f88bf622b8c05a03ec80083ee (diff)
downloadandroid_frameworks_rs-1ffd86b448d78366190c540f98f8b6d641cdb6cf.tar.gz
android_frameworks_rs-1ffd86b448d78366190c540f98f8b6d641cdb6cf.tar.bz2
android_frameworks_rs-1ffd86b448d78366190c540f98f8b6d641cdb6cf.zip
New Script Group API: runtime and cpu driver support.
Change-Id: I9c612cf8874aabaf0ca7d1640567464c71ed3070
Diffstat (limited to 'rsFileA3D.cpp')
-rw-r--r--rsFileA3D.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsFileA3D.cpp b/rsFileA3D.cpp
index 6f146370..3fe69422 100644
--- a/rsFileA3D.cpp
+++ b/rsFileA3D.cpp
@@ -294,6 +294,10 @@ ObjectBase *FileA3D::initializeFromEntry(size_t index) {
break;
case RS_A3D_CLASS_ID_SCRIPT_GROUP:
break;
+ case RS_A3D_CLASS_ID_CLOSURE:
+ break;
+ case RS_A3D_CLASS_ID_SCRIPT_GROUP2:
+ break;
}
if (entry->mRsObj) {
entry->mRsObj->incUserRef();