Searched defs:glLoadMatrixf (Results 1 – 6 of 6) 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 MatrixTrackingGL372 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in MatrixTrackingGL
43 glLoadMatrixf_t glLoadMatrixf; member
1170 GL_API void GL_APIENTRY glLoadMatrixf( const GLfloat *m) { in glLoadMatrixf() function
156 void glLoadMatrixf(const GLfloat *m) in glLoadMatrixf() function