Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching defs:glRotatef

39 	void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
493 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
496 ctx->glRotatef(ctx, angle, x, y, z);