Home | History | Annotate | Download | only in libagl

Lines Matching refs:winding

647         GLint first, GLsizei count, int winding)
649 // winding == 2 : fan
650 // winding == 1 : strip
662 // because it allows us to preserve the same winding when the whole
683 swap(((winding^=1) ? v1 : v0), v2);
690 if ((winding&2) == 0) {
857 GLsizei count, const GLvoid *indices, int winding)
859 // winding == 2 : fan
860 // winding == 1 : strip
883 vertex_t* & consumed = ((winding^=1) ? v1 : v0);