Searched refs:indexType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DMesh.java291 Entry indexType = new Entry();
292 indexType.t = t;
293 indexType.e = null;
294 indexType.size = 0;
295 indexType.prim = p;
296 mIndexTypes.addElement(indexType);
309 Entry indexType = new Entry();
310 indexType.t = null;
311 indexType.e = null;
312 indexType
[all...]
/frameworks/rs/
H A DrsFont.cpp584 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false, 0); local
586 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),

Completed in 48 milliseconds