Searched refs:mCols (Results 1 – 1 of 1) sorted by relevance
33 private int mCols; field in BoundaryPatch41 mRows = mCols = 2; // default minimum in BoundaryPatch()76 if (mRows != rows || mCols != cols) { in setCubicBoundary()78 mCols = cols; in setCubicBoundary()153 int vertCount = mRows * mCols * 4; in buildCache()158 int indexCount = (mRows - 1) * (mCols - 1) * 6; in buildCache()165 mRows, mCols, mVerts, mIndices); in buildCache()