Home | History | Annotate | Download | only in main

Lines Matching full:divisor

1160  * Note that the instance divisor only applies to generic arrays, not
1164 _mesa_VertexAttribDivisor(GLuint index, GLuint divisor)
1184 if (array->InstanceDivisor != divisor) {
1186 array->InstanceDivisor = divisor;