Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DMesh.java203 Entry[] mVertexTypes; field in Mesh.Builder
218 mVertexTypes = new Entry[16]; in Builder()
249 if (mVertexTypeCount >= mVertexTypes.length) { in addVertexType()
253 mVertexTypes[mVertexTypeCount] = new Entry(); in addVertexType()
254 mVertexTypes[mVertexTypeCount].t = t; in addVertexType()
255 mVertexTypes[mVertexTypeCount].e = null; in addVertexType()
270 if (mVertexTypeCount >= mVertexTypes.length) { in addVertexType()
274 mVertexTypes[mVertexTypeCount] = new Entry(); in addVertexType()
275 mVertexTypes[mVertexTypeCount].t = null; in addVertexType()
276 mVertexTypes[mVertexTypeCount].e = e; in addVertexType()
[all …]