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

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

Completed in 91 milliseconds