Lines Matching refs:RenderScript
17 package android.renderscript;
33 * FileA3D allows users to load RenderScript objects from files
35 * such as 3D geometry data converted to a RenderScript format from
47 * Specifies what renderscript object type is contained within
59 * RenderScript Mesh object
75 * IndexEntry contains information about one of the RenderScript
81 RenderScript mRS;
90 * Returns the name of a renderscript object the index entry
93 * @return name of a renderscript object the index entry
103 * Returns the type of a renderscript object the index entry
105 * @return type of a renderscript object the index entry
115 * @return base renderscript object described by the entry
126 * described by the index entry must be a renderscript mesh
128 * @return renderscript mesh object described by the entry
134 static synchronized BaseObj internalCreate(RenderScript rs, IndexEntry entry) {
159 IndexEntry(RenderScript rs, int index, int id, String name, EntryType type) {
172 FileA3D(int id, RenderScript rs, InputStream stream) {
231 * @return a3d file containing renderscript objects
233 static public FileA3D createFromAsset(RenderScript rs, AssetManager mgr, String path) {
252 * @return a3d file containing renderscript objects
254 static public FileA3D createFromFile(RenderScript rs, String path) {
272 * @return a3d file containing renderscript objects
274 static public FileA3D createFromFile(RenderScript rs, File path) {
286 * @return a3d file containing renderscript objects
288 static public FileA3D createFromResource(RenderScript rs, Resources res, int id) {