Home
last modified time | relevance | path

Searched refs:NUM_SEGMENTS (Results 1 – 1 of 1) sorted by relevance

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dcircle.cpp43 int const NUM_SEGMENTS = 36; variable
44 GLfloat* gVertices = initializeVertices(NUM_SEGMENTS);
91 glDrawArrays(GL_TRIANGLE_FAN, 0, NUM_SEGMENTS + 2); in draw()