Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLLogWrapper.java930 private ByteBuffer toByteBuffer(int byteCount, Buffer input) { in toByteBuffer() method in GLLogWrapper
1030 ByteBuffer byteBuffer = toByteBuffer(count, indices); in toCharIndices()
1043 ByteBuffer byteBuffer = toByteBuffer(count * 2, indices); in toCharIndices()
3937 mTempByteBuffer = mPointer == null ? null : toByteBuffer(-1, mPointer); in bindByteBuffer()