Searched defs:mVertexTypeCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java203 int mVertexTypeCount; field in class:Mesh.Builder
218 mVertexTypeCount = 0;
229 return mVertexTypeCount - 1;
250 if (mVertexTypeCount >= mVertexTypes.length) {
254 mVertexTypes[mVertexTypeCount] = new Entry();
255 mVertexTypes[mVertexTypeCount].t = t;
256 mVertexTypes[mVertexTypeCount].e = null;
257 mVertexTypeCount++;
271 if (mVertexTypeCount >= mVertexTypes.length) {
275 mVertexTypes[mVertexTypeCount]
414 int mVertexTypeCount; field in class:Mesh.AllocationBuilder
[all...]

Completed in 739 milliseconds