Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glTranslatef

241 void glTranslatef(GLfloat x, GLfloat y, GLfloat z)
243 getDispatch()->glTranslatef(x, y, z);