Home | History | Annotate | Download | only in scene

Lines Matching refs:IndexIntBuffer

1048             return new IndexIntBuffer((IntBuffer) buf);
1102 newIndexBuf = new IndexIntBuffer(BufferUtils.createIntBuffer(numIndices));
1118 newIndexBuf instanceof IndexIntBuffer ? Format.UnsignedInt : Format.UnsignedShort,