Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java66 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in MatrixStack
72 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in MatrixStack
DMatrixTrackingGL.java380 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in MatrixTrackingGL
381 mCurrent.glLoadMatrixx(m, offset); in glLoadMatrixx()
382 mgl.glLoadMatrixx(m, offset); in glLoadMatrixx()
386 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in MatrixTrackingGL
388 mCurrent.glLoadMatrixx(m); in glLoadMatrixx()
390 mgl.glLoadMatrixx(m); in glLoadMatrixx()