Searched refs:ensureCapacity (Results 1 – 2 of 2) sorted by relevance
77 ensureCapacity(index + 1); in set()82 private void ensureCapacity(int capactiy) { in ensureCapacity() method in GLListProperty
72 mBuffer = Bytes.ensureCapacity(mBuffer, mDataLength + length + 1, 1024); in addOutput()