Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glDrawTexfOES

826 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
828 getDispatch()->glDrawTexfOES(x, y, z, width, height);