Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DMesh.java203 Vector mIndexTypes; field in Mesh.Builder
218 mIndexTypes = new Vector(); in Builder()
236 return mIndexTypes.size() - 1; in getCurrentIndexSetIndex()
296 mIndexTypes.addElement(indexType); in addIndexSetType()
314 mIndexTypes.addElement(indexType); in addIndexSetType()
334 mIndexTypes.addElement(indexType); in addIndexSetType()
352 long[] idx = new long[mIndexTypes.size()]; in create()
353 int[] prim = new int[mIndexTypes.size()]; in create()
356 Allocation[] indexBuffers = new Allocation[mIndexTypes.size()]; in create()
357 Primitive[] primitives = new Primitive[mIndexTypes.size()]; in create()
[all …]