Searched refs:NUM_SEGMENTS (Results 1 – 1 of 1) sorted by relevance
43 int const NUM_SEGMENTS = 36; variable44 GLfloat* gVertices = initializeVertices(NUM_SEGMENTS);91 glDrawArrays(GL_TRIANGLE_FAN, 0, NUM_SEGMENTS + 2); in draw()