Home | History | Annotate | Download | only in scene

Lines Matching defs:iin

702                 IntBuffer iin = (IntBuffer) data;
703 iin.put(inPos + elementPos, (Integer)val);
745 IntBuffer iin = (IntBuffer) srcData;
746 return iin.get(inPos + elementPos);
822 IntBuffer iin = (IntBuffer) srcData;
824 iin.position(inPos).limit(inPos + elementSz * len);
826 iout.put(iin);