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