Searched refs:glLoadMatrixf (Results 1 – 9 of 9) sorted by relevance
58 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in MatrixStack62 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in MatrixStack
366 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in MatrixTrackingGL367 mCurrent.glLoadMatrixf(m, offset); in glLoadMatrixf()368 mgl.glLoadMatrixf(m, offset); in glLoadMatrixf()372 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in MatrixTrackingGL374 mCurrent.glLoadMatrixf(m); in glLoadMatrixf()376 mgl.glLoadMatrixf(m); in glLoadMatrixf()
144 glLoadMatrixf
174 glLoadMatrixf
613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);