Searched refs:x_modulus (Results 1 – 1 of 1) sorted by relevance
1069 int x_modulus; in prepareVertexBufferInfoForCoordinates() local1086 x_modulus = (int)x_range; in prepareVertexBufferInfoForCoordinates()1101 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset; in prepareVertexBufferInfoForCoordinates()1120 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset; in prepareVertexBufferInfoForCoordinates()