Searched refs:nVert (Results 1 – 2 of 2) sorted by relevance
84 int nVert = 2; in onDraw() local94 indexBuffer.put(nInd++, (short) (nVert - 1)); in onDraw()95 indexBuffer.put(nInd++, (short) nVert); in onDraw()96 nVert++; in onDraw()
86 int nVert = 2; in onDraw() local105 indexBuffer.put(nInd++, (short) (nVert - 1)); in onDraw()106 indexBuffer.put(nInd++, (short) nVert); in onDraw()107 nVert++; in onDraw()