diff options
author | Tim Murray <timmurray@google.com> | 2013-09-05 07:36:42 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-05 07:36:43 +0000 |
commit | d2676f9bd93c333ae2c7f3ca284d0fef5a7e146b (patch) | |
tree | 1b69726920d7644c38f5063220f59dbde1a25337 /api/current.txt | |
parent | c5c203d6ef8eea46f1c06f52e3ebfcc59c304760 (diff) | |
parent | 932e78e9903342e3494983fd3463084caab4ba42 (diff) | |
download | frameworks_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.txt | 1 |
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(); |