Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLLogWrapper.java1026 private char[] toCharIndices(int count, int type, Buffer indices) { in toCharIndices() method in GLLogWrapper
1534 char[] indexArray = toCharIndices(count, type, indices); in glDrawElements()