Home | History | Annotate | Download | only in scene

Lines Matching defs:numElements

596         int numElements = data.capacity() / components;
600 ByteBuffer halfData = BufferUtils.createByteBuffer(componentsLength * numElements);
621 * @param numElements The number of elements to reduce to.
623 public void compact(int numElements){
624 int total = components * numElements;
850 public static Buffer createBuffer(Format format, int components, int numElements){
854 int total = numElements * components;