unhide renderscript

Change-Id: I44dd19aec0a994316da22ea8bea01b9962f54680

api update

Change-Id: I77f5365b8b7a919cd572ceb65a9ab3871b9495d0
This commit is contained in:
Jason Sams
2011-01-04 18:59:12 -08:00
parent c91d8c3ea5
commit a23d4e792c
33 changed files with 5642 additions and 38 deletions

View File

@@ -29,8 +29,6 @@ import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
/**
* @hide
*
* Sampler object which defines how data is extracted from textures. Samplers
* are attached to Program objects (currently only fragment) when those objects
* need to access texture data.