commit | fe08d99725efd0dde7ba67ff1979a04fec2ba99f | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed May 27 14:45:32 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Wed May 27 14:45:32 2009 -0700 |
tree | 1138f68e7adb78bf753be70815b93adb01540017 | |
parent | cc77841f643751fd9f128e90f7d1587445ef353e [diff] [blame] |
Implement first pass bitmap to allocation support. The Java bindings can create a 2D allocation by passing in a Bitmap object.
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index e1a4b6d..378fccc 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h
@@ -86,6 +86,7 @@ RS_ELEMENT_USER_I32, RS_ELEMENT_USER_FLOAT, + RS_ELEMENT_A_8, RS_ELEMENT_RGB_565, RS_ELEMENT_RGBA_5551, RS_ELEMENT_RGBA_4444,