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

/frameworks/base/rs/java/android/renderscript/
H A DMesh.java202 Entry[] mVertexTypes; field in class:Mesh.Builder
217 mVertexTypes = new Entry[16];
248 if (mVertexTypeCount >= mVertexTypes.length) {
252 mVertexTypes[mVertexTypeCount] = new Entry();
253 mVertexTypes[mVertexTypeCount].t = t;
254 mVertexTypes[mVertexTypeCount].e = null;
269 if (mVertexTypeCount >= mVertexTypes.length) {
273 mVertexTypes[mVertexTypeCount] = new Entry();
274 mVertexTypes[mVertexTypeCount].t = null;
275 mVertexTypes[mVertexTypeCoun
413 Entry[] mVertexTypes; field in class:Mesh.AllocationBuilder
[all...]

Completed in 692 milliseconds