Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glRotatef

211 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
213 getDispatch()->glRotatef(angle, x, y, z);