Searched refs:ySamples (Results 1 – 1 of 1) sorted by relevance
221 make_sample_table(GLint xSamples, GLint ySamples, GLfloat samples[][2]) in make_sample_table() argument224 const GLfloat dy = 1.0F / (GLfloat) ySamples; in make_sample_table()230 for (y = 0; y < ySamples; y++) { in make_sample_table()240 else if (x == 0 && y == ySamples - 1) { in make_sample_table()244 else if (x == xSamples - 1 && y == ySamples - 1) { in make_sample_table()