Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLLogWrapper.java1143 mColorPointer.bindByteBuffer(); in bindArrays()
1145 mNormalPointer.bindByteBuffer(); in bindArrays()
1147 mTexCoordPointer.bindByteBuffer(); in bindArrays()
1149 mVertexPointer.bindByteBuffer(); in bindArrays()
3936 public void bindByteBuffer() { in bindByteBuffer() method in GLLogWrapper.PointerInfo