Home
last modified time | relevance | path

Searched refs:ensureBufferCapacity (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGL20.java34 private void ensureBufferCapacity (int numBytes) { in ensureBufferCapacity() method in JglfwGL20
43 ensureBufferCapacity(count << 2); in toFloatBuffer()
50 ensureBufferCapacity(count << 2); in toIntBuffer()
57 ensureBufferCapacity(4); in toIntBuffer()
171 ensureBufferCapacity(4); in glGenTexture()
285 ensureBufferCapacity(4); in glGenBuffer()
421 ensureBufferCapacity(4); in glGenFramebuffer()
433 ensureBufferCapacity(4); in glGenRenderbuffer()
/external/icu/icu4c/source/common/
Duniset.cpp1252 ensureBufferCapacity(len-1, status); in complement()
1259 ensureBufferCapacity(len+1, status); in complement()
1668 void UnicodeSet::ensureBufferCapacity(int32_t newLen, UErrorCode& ec) { in ensureBufferCapacity() function in UnicodeSet
1717 ensureBufferCapacity(len + otherLen, status); in exclusiveOr()
1767 ensureBufferCapacity(len + otherLen, status); in add()
1880 ensureBufferCapacity(len + otherLen, status); in retain()
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3GL20.java42 private void ensureBufferCapacity (int numBytes) { in ensureBufferCapacity() method in Lwjgl3GL20
51 ensureBufferCapacity(count << 2); in toFloatBuffer()
58 ensureBufferCapacity(count << 2); in toIntBuffer()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglGL20.java46 private void ensureBufferCapacity (int numBytes) { in ensureBufferCapacity() method in LwjglGL20
55 ensureBufferCapacity(count << 2); in toFloatBuffer()
62 ensureBufferCapacity(count << 2); in toIntBuffer()
/external/icu/icu4c/source/common/unicode/
Duniset.h1530 void ensureBufferCapacity(int32_t newLen, UErrorCode& ec);
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2849 private void ensureBufferCapacity(int newLen) { in ensureBufferCapacity() method
2875 ensureBufferCapacity(len + otherLen); in xor()
2925 ensureBufferCapacity(len + otherLen); in add()
3023 ensureBufferCapacity(len + otherLen); in retain()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2922 private void ensureBufferCapacity(int newLen) { in ensureBufferCapacity() method
2948 ensureBufferCapacity(len + otherLen); in xor()
2998 ensureBufferCapacity(len + otherLen); in add()
3096 ensureBufferCapacity(len + otherLen); in retain()