Lines Matching refs:coords
1555 coords) {
1557 drawTexiOES(coords[0], coords[1], coords[2], coords[3], coords[4], c);
1559 void glDrawTexivOES(const GLint* coords) {
1561 drawTexiOES(coords[0], coords[1], coords[2], coords[3], coords[4], c);
1572 void glDrawTexfvOES(const GLfloat* coords) {
1575 gglFloatToFixed(coords[0]),
1576 gglFloatToFixed(coords[1]),
1577 gglFloatToFixed(coords[2]),
1578 gglFloatToFixed(coords[3]),
1579 gglFloatToFixed(coords[4]),
1582 void glDrawTexxvOES(const GLfixed* coords) {
1584 drawTexxOES(coords[0], coords[1], coords[2], coords[3], coords[4], c);