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

/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java551 int mMaxIndex; field in class:Mesh.TriangleMeshBuilder
596 mMaxIndex = 0;
636 mMaxIndex ++;
755 if((idx1 >= mMaxIndex) || (idx1 < 0) ||
756 (idx2 >= mMaxIndex) || (idx2 < 0) ||
757 (idx3 >= mMaxIndex) || (idx3 < 0)) {
808 smb.addVertexType(mElement, mMaxIndex);
813 sm.getVertexAllocation(0).copy1DRangeFromUnchecked(0, mMaxIndex, mVtxData);

Completed in 36 milliseconds