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

/frameworks/base/graphics/java/android/renderscript/
H A DFileA3D.java47 * the FileA3D IndexEntry
74 * IndexEntry contains information about one of the Renderscript
79 public static class IndexEntry { class in class:FileA3D
133 static synchronized BaseObj internalCreate(RenderScript rs, IndexEntry entry) {
158 IndexEntry(RenderScript rs, int index, int id, String name, EntryType type) { method in class:FileA3D.IndexEntry
168 IndexEntry[] mFileEntries;
182 mFileEntries = new IndexEntry[numFileEntries];
189 mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i]));
215 public IndexEntry getIndexEntry(int index) {

Completed in 100 milliseconds