Home | History | Annotate | Download | only in libagl

Lines Matching full:coords

1574 void glDrawTexsvOES(const GLshort* coords) {
1576 drawTexiOES(coords[0], coords[1], coords[2], coords[3], coords[4], c);
1578 void glDrawTexivOES(const GLint* coords) {
1580 drawTexiOES(coords[0], coords[1], coords[2], coords[3], coords[4], c);
1591 void glDrawTexfvOES(const GLfloat* coords) {
1594 gglFloatToFixed(coords[0]),
1595 gglFloatToFixed(coords[1]),
1596 gglFloatToFixed(coords[2]),
1597 gglFloatToFixed(coords[3]),
1598 gglFloatToFixed(coords[4]),
1601 void glDrawTexxvOES(const GLfixed* coords) {
1603 drawTexxOES(coords[0], coords[1], coords[2], coords[3], coords[4], c);