Move ImageProcessing and ModelViewer to reflected files.

Implement boolean support.

Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e
This commit is contained in:
Jason Sams
2010-06-21 17:42:41 -07:00
parent 3ac8da87bb
commit f110d4b787
18 changed files with 324 additions and 304 deletions

View File

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