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