Home
last modified time | relevance | path

Searched refs:glLoadMatrixf (Results 1 – 3 of 3) 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()
/development/ndk/platforms/android-4/include/GLES/
Dgl.h612 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);