Searched refs:mVertexTypes (Results 1 – 1 of 1) sorted by relevance
203 Entry[] mVertexTypes; field in Mesh.Builder218 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 …]