summaryrefslogtreecommitdiffstats
path: root/RenderScript.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-06-21 17:42:41 -0700
committerJason Sams <rjsams@android.com>2010-06-21 17:42:41 -0700
commit5e9811f075f5a96925785a95afeda22592a840ac (patch)
tree5ae373cd67869b78baf2c5b55f1a2074b5a973e7 /RenderScript.h
parentbdaddf4ce8d9d41060de992151f75a75ef51e113 (diff)
downloadandroid_frameworks_rs-5e9811f075f5a96925785a95afeda22592a840ac.tar.gz
android_frameworks_rs-5e9811f075f5a96925785a95afeda22592a840ac.tar.bz2
android_frameworks_rs-5e9811f075f5a96925785a95afeda22592a840ac.zip
Move ImageProcessing and ModelViewer to reflected files.
Implement boolean support. Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e
Diffstat (limited to 'RenderScript.h')
-rw-r--r--RenderScript.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/RenderScript.h b/RenderScript.h
index f01eadd4..6302b906 100644
--- a/RenderScript.h
+++ b/RenderScript.h
@@ -85,6 +85,8 @@ enum RsDataType {
RS_TYPE_UNSIGNED_32,
RS_TYPE_UNSIGNED_64,
+ RS_TYPE_BOOLEAN,
+
RS_TYPE_UNSIGNED_5_6_5,
RS_TYPE_UNSIGNED_5_5_5_1,
RS_TYPE_UNSIGNED_4_4_4_4,