Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/renderscript/
DMesh.java292 Entry indexType = new Entry(); in addIndexSetType() local
293 indexType.t = t; in addIndexSetType()
294 indexType.e = null; in addIndexSetType()
295 indexType.size = 0; in addIndexSetType()
296 indexType.prim = p; in addIndexSetType()
297 mIndexTypes.addElement(indexType); in addIndexSetType()
310 Entry indexType = new Entry(); in addIndexSetType() local
311 indexType.t = null; in addIndexSetType()
312 indexType.e = null; in addIndexSetType()
313 indexType.size = 0; in addIndexSetType()
[all …]
/frameworks/rs/
DrsFont.cpp578 …ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, … in initVertexArrayBuffers() local
580 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers()