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

/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java272 Entry indexType = new Entry();
273 indexType.t = t;
274 indexType.e = null;
275 indexType.size = 0;
276 indexType.prim = p;
277 mIndexTypes.addElement(indexType);
289 Entry indexType = new Entry();
290 indexType.t = null;
291 indexType.e = null;
292 indexType
[all...]
/frameworks/base/libs/rs/
H A DrsFont.cpp560 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false); local
562 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),

Completed in 45 milliseconds