Home | History | Annotate | Download | only in animation

Lines Matching refs:bufLength

333         int bufLength = posBuf.length;
336 bufLength = Math.min(posBuf.length, fvb.remaining());
337 fvb.get(posBuf, 0, bufLength);
338 fnb.get(normBuf, 0, bufLength);
339 int verts = bufLength / 3;
377 fvb.position(fvb.position() - bufLength);
378 fvb.put(posBuf, 0, bufLength);
379 fnb.position(fnb.position() - bufLength);
380 fnb.put(normBuf, 0, bufLength);
443 int bufLength = 0;
447 bufLength = Math.min(posBuf.length, fvb.remaining());
449 fvb.get(posBuf, 0, bufLength);
450 fnb.get(normBuf, 0, bufLength);
452 int verts = bufLength / 3;
513 fvb.position(fvb.position() - bufLength);
514 fvb.put(posBuf, 0, bufLength);
515 fnb.position(fnb.position() - bufLength);
516 fnb.put(normBuf, 0, bufLength);