Searched defs:IndexEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DFileA3D.java43 * the FileA3D IndexEntry
70 * IndexEntry contains information about one of the RenderScript
75 public static class IndexEntry { class in class:FileA3D
129 static synchronized BaseObj internalCreate(RenderScript rs, IndexEntry entry) {
157 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) { method in class:FileA3D.IndexEntry
167 IndexEntry[] mFileEntries;
181 mFileEntries = new IndexEntry[numFileEntries];
188 mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i]));
214 public IndexEntry getIndexEntry(int index) {

Completed in 995 milliseconds