Searched refs:indexType (Results 1 – 2 of 2) sorted by relevance
292 Entry indexType = new Entry(); in addIndexSetType() local293 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() local311 indexType.t = null; in addIndexSetType()312 indexType.e = null; in addIndexSetType()313 indexType.size = 0; in addIndexSetType()[all …]
578 …ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, … in initVertexArrayBuffers() local580 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(), in initVertexArrayBuffers()