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

/frameworks/base/rs/java/android/renderscript/
H A DMesh.java557 int mMaxIndex; field in class:Mesh.TriangleMeshBuilder
602 mMaxIndex = 0;
642 mMaxIndex ++;
761 if((idx1 >= mMaxIndex) || (idx1 < 0) ||
762 (idx2 >= mMaxIndex) || (idx2 < 0) ||
763 (idx3 >= mMaxIndex) || (idx3 < 0)) {
814 smb.addVertexType(mElement, mMaxIndex);
819 sm.getVertexAllocation(0).copy1DRangeFromUnchecked(0, mMaxIndex, mVtxData);

Completed in 72 milliseconds