Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java58 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in MatrixStack
62 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in MatrixStack
DMatrixTrackingGL.java366 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in MatrixTrackingGL
367 mCurrent.glLoadMatrixf(m, offset); in glLoadMatrixf()
368 mgl.glLoadMatrixf(m, offset); in glLoadMatrixf()
372 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in MatrixTrackingGL
374 mCurrent.glLoadMatrixf(m); in glLoadMatrixf()
376 mgl.glLoadMatrixf(m); in glLoadMatrixf()