Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glRotatex

661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
663 getDispatch()->glRotatex(angle, x, y, z);