Lines Matching refs:RenderScript
17 package android.renderscript;
32 * FileA3D allows users to load Renderscript objects from files
34 * such as 3D geometry data converted to a Renderscript format from
46 * Specifies what renderscript object type is contained within
58 * Renderscript Mesh object
74 * IndexEntry contains information about one of the Renderscript
80 RenderScript mRS;
89 * Returns the name of a renderscript object the index entry
92 * @return name of a renderscript object the index entry
102 * Returns the type of a renderscript object the index entry
104 * @return type of a renderscript object the index entry
114 * @return base renderscript object described by the entry
125 * described by the index entry must be a renderscript mesh
127 * @return renderscript mesh object described by the entry
133 static synchronized BaseObj internalCreate(RenderScript rs, IndexEntry entry) {
158 IndexEntry(RenderScript rs, int index, int id, String name, EntryType type) {
171 FileA3D(int id, RenderScript rs, InputStream stream) {
230 * @return a3d file containing renderscript objects
232 static public FileA3D createFromAsset(RenderScript rs, AssetManager mgr, String path) {
251 * @return a3d file containing renderscript objects
253 static public FileA3D createFromFile(RenderScript rs, String path) {
271 * @return a3d file containing renderscript objects
273 static public FileA3D createFromFile(RenderScript rs, File path) {
285 * @return a3d file containing renderscript objects
287 static public FileA3D createFromResource(RenderScript rs, Resources res, int id) {