Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/
Ddemo.c199 const int resol2 = (int)params[SUPERSHAPE_PARAMS - 2]; in createSuperShape() local
202 const int latitudeBegin = resol2 / 4; in createSuperShape()
203 const int latitudeEnd = resol2 / 2; // non-inclusive in createSuperShape()
232 float p1 = -PI / 2 + latitude * 2 * PI / resol2; in createSuperShape()
233 float p2 = -PI / 2 + (latitude + 1) * 2 * PI / resol2; in createSuperShape()