HomeSort by relevance Sort by last modified time
    Searched refs:resol2 (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 199 const int resol2 = (int)params[SUPERSHAPE_PARAMS - 2]; local
202 const int latitudeBegin = resol2 / 4;
203 const int latitudeEnd = resol2 / 2; // non-inclusive
232 float p1 = -PI / 2 + latitude * 2 * PI / resol2;
233 float p2 = -PI / 2 + (latitude + 1) * 2 * PI / resol2;
  /frameworks/native/opengl/tests/angeles/
demo.c 199 const int resol2 = (int)params[SUPERSHAPE_PARAMS - 2]; local
202 const int latitudeBegin = resol2 / 4;
203 const int latitudeEnd = resol2 / 2; // non-inclusive
232 float p1 = -PI / 2 + latitude * 2 * PI / resol2;
233 float p2 = -PI / 2 + (latitude + 1) * 2 * PI / resol2;

Completed in 194 milliseconds