Home
last modified time | relevance | path

Searched refs:nVert (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMeshActivity.java84 int nVert = 2; in onDraw() local
94 indexBuffer.put(nInd++, (short) (nVert - 1)); in onDraw()
95 indexBuffer.put(nInd++, (short) nVert); in onDraw()
96 nVert++; in onDraw()
H A DMeshLargeActivity.java86 int nVert = 2; in onDraw() local
105 indexBuffer.put(nInd++, (short) (nVert - 1)); in onDraw()
106 indexBuffer.put(nInd++, (short) nVert); in onDraw()
107 nVert++; in onDraw()