Home | History | Annotate | Download | only in scene

Lines Matching refs:iout

823                 IntBuffer iout = (IntBuffer) outVb.data;
825 iout.position(outPos).limit(outPos + elementSz * len);
826 iout.put(iin);