Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dcircle.cpp35 float dTheta = static_cast<float>(2 * M_PI / numSegments); in initializeVertices() local
37 vertices[(i + 1) * 2] = cos(dTheta * i); in initializeVertices()
38 vertices[(i + 1) * 2 + 1] = sin(dTheta * i); in initializeVertices()