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

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

Completed in 277 milliseconds