diff options
| author | 2009-05-27 14:45:32 -0700 | |
|---|---|---|
| committer | 2009-05-27 14:45:32 -0700 | |
| commit | fe08d99725efd0dde7ba67ff1979a04fec2ba99f (patch) | |
| tree | 1138f68e7adb78bf753be70815b93adb01540017 /libs/rs/RenderScript.h | |
| parent | cc77841f643751fd9f128e90f7d1587445ef353e (diff) | |
Implement first pass bitmap to allocation support. The Java bindings can create a 2D allocation by passing in a Bitmap object.
Diffstat (limited to 'libs/rs/RenderScript.h')
| -rw-r--r-- | libs/rs/RenderScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h index e1a4b6ded258..378fcccb35c6 100644 --- a/libs/rs/RenderScript.h +++ b/libs/rs/RenderScript.h @@ -86,6 +86,7 @@ enum RsElementPredefined { RS_ELEMENT_USER_I32, RS_ELEMENT_USER_FLOAT, + RS_ELEMENT_A_8, RS_ELEMENT_RGB_565, RS_ELEMENT_RGBA_5551, RS_ELEMENT_RGBA_4444, |