Support for 64-bit integer type.

b/3050131 exported renderscript structures don't appear to support int64_t

Change-Id: I9aea676425b694a3a6457e63e38b00e591847e20
This commit is contained in:
Stephen Hines
2010-10-01 15:39:33 -07:00
parent 02f4170519
commit ef1dac28d3
2 changed files with 9 additions and 1 deletions

View File

@@ -501,6 +501,7 @@ public class RenderScript {
Element mElement_I16;
Element mElement_U32;
Element mElement_I32;
Element mElement_I64;
Element mElement_F32;
Element mElement_F64;
Element mElement_BOOLEAN;