Finish plumbing for double RS elements.

Change-Id: Ic708dcaeda4966bb2121ecb6834f56cfa68ad58e
This commit is contained in:
Stephen Hines
2010-09-30 15:19:22 -07:00
parent 5972e52e15
commit 02f4170519
3 changed files with 10 additions and 2 deletions

View File

@@ -502,6 +502,7 @@ public class RenderScript {
Element mElement_U32;
Element mElement_I32;
Element mElement_F32;
Element mElement_F64;
Element mElement_BOOLEAN;
Element mElement_ELEMENT;