Support for unsigned long and unsigned long long.

Change-Id: I2f9cfb7f352e2e7e7fd49eac42a821c03b5fcb9f
This commit is contained in:
Stephen Hines
2010-10-11 16:10:42 -07:00
parent 1e1ebcb2d0
commit 52d836332f
4 changed files with 26 additions and 2 deletions

View File

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