Checkin new types for RS.

Change-Id: I3d7a1a91c45cc1c97c60f3615f32e54e98e12f91
This commit is contained in:
Jason Sams
2010-03-26 15:33:42 -07:00
parent c1d726c2d6
commit a70f416c9c
23 changed files with 945 additions and 217 deletions

View File

@@ -203,6 +203,17 @@ public class RenderScript {
Element mElement_USER_I32;
Element mElement_USER_F32;
Element mElement_USER_ELEMENT;
Element mElement_USER_TYPE;
Element mElement_USER_ALLOCATION;
Element mElement_USER_SAMPLER;
Element mElement_USER_SCRIPT;
Element mElement_USER_MESH;
Element mElement_USER_PROGRAM_FRAGMENT;
Element mElement_USER_PROGRAM_VERTEX;
Element mElement_USER_PROGRAM_RASTER;
Element mElement_USER_PROGRAM_STORE;
Element mElement_A_8;
Element mElement_RGB_565;
Element mElement_RGB_888;