Lines Matching refs:currentVertex

211     long currentVertex, currentQuad;  in createSuperShape()  local
221 currentVertex = 0; in createSuperShape()
286 for (i = currentVertex * 3; in createSuperShape()
287 i < (currentVertex + 6) * 3; in createSuperShape()
294 for (i = currentVertex * 4; in createSuperShape()
295 i < (currentVertex + 6) * 4; in createSuperShape()
309 result->vertexArray[currentVertex * 3] = FIXED(pa.x); in createSuperShape()
310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y); in createSuperShape()
311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z); in createSuperShape()
312 ++currentVertex; in createSuperShape()
313 result->vertexArray[currentVertex * 3] = FIXED(pb.x); in createSuperShape()
314 result->vertexArray[currentVertex * 3 + 1] = FIXED(pb.y); in createSuperShape()
315 result->vertexArray[currentVertex * 3 + 2] = FIXED(pb.z); in createSuperShape()
316 ++currentVertex; in createSuperShape()
317 result->vertexArray[currentVertex * 3] = FIXED(pd.x); in createSuperShape()
318 result->vertexArray[currentVertex * 3 + 1] = FIXED(pd.y); in createSuperShape()
319 result->vertexArray[currentVertex * 3 + 2] = FIXED(pd.z); in createSuperShape()
320 ++currentVertex; in createSuperShape()
321 result->vertexArray[currentVertex * 3] = FIXED(pb.x); in createSuperShape()
322 result->vertexArray[currentVertex * 3 + 1] = FIXED(pb.y); in createSuperShape()
323 result->vertexArray[currentVertex * 3 + 2] = FIXED(pb.z); in createSuperShape()
324 ++currentVertex; in createSuperShape()
325 result->vertexArray[currentVertex * 3] = FIXED(pc.x); in createSuperShape()
326 result->vertexArray[currentVertex * 3 + 1] = FIXED(pc.y); in createSuperShape()
327 result->vertexArray[currentVertex * 3 + 2] = FIXED(pc.z); in createSuperShape()
328 ++currentVertex; in createSuperShape()
329 result->vertexArray[currentVertex * 3] = FIXED(pd.x); in createSuperShape()
330 result->vertexArray[currentVertex * 3 + 1] = FIXED(pd.y); in createSuperShape()
331 result->vertexArray[currentVertex * 3 + 2] = FIXED(pd.z); in createSuperShape()
332 ++currentVertex; in createSuperShape()
339 result->count = currentVertex; in createSuperShape()
354 long currentVertex, currentQuad; in createGroundPlane() local
361 currentVertex = 0; in createGroundPlane()
370 for (i = currentVertex * 4; i < (currentVertex + 6) * 4; i += 4) in createGroundPlane()
386 result->vertexArray[currentVertex * 2] = in createGroundPlane()
388 result->vertexArray[currentVertex * 2 + 1] = in createGroundPlane()
390 ++currentVertex; in createGroundPlane()