summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-09-05 07:36:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-05 07:36:43 +0000
commitd2676f9bd93c333ae2c7f3ca284d0fef5a7e146b (patch)
tree1b69726920d7644c38f5063220f59dbde1a25337 /api/current.txt
parentc5c203d6ef8eea46f1c06f52e3ebfcc59c304760 (diff)
parent932e78e9903342e3494983fd3463084caab4ba42 (diff)
downloadframeworks_base-d2676f9bd93c333ae2c7f3ca284d0fef5a7e146b.zip
frameworks_base-d2676f9bd93c333ae2c7f3ca284d0fef5a7e146b.tar.gz
frameworks_base-d2676f9bd93c333ae2c7f3ca284d0fef5a7e146b.tar.bz2
Merge "Add YUV element convenience function." into klp-dev
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 87c288c..be870e7 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -21800,6 +21800,7 @@ package android.renderscript {
method public static android.renderscript.Element U8_2(android.renderscript.RenderScript);
method public static android.renderscript.Element U8_3(android.renderscript.RenderScript);
method public static android.renderscript.Element U8_4(android.renderscript.RenderScript);
+ method public static android.renderscript.Element YUV(android.renderscript.RenderScript);
method public static android.renderscript.Element createPixel(android.renderscript.RenderScript, android.renderscript.Element.DataType, android.renderscript.Element.DataKind);
method public static android.renderscript.Element createVector(android.renderscript.RenderScript, android.renderscript.Element.DataType, int);
method public int getBytesSize();