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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 198 const int resol1 = (int)params[SUPERSHAPE_PARAMS - 3]; local
204 const int longitudeCount = resol1;
230 float t1 = -PI + longitude * 2 * PI / resol1;
231 float t2 = -PI + (longitude + 1) * 2 * PI / resol1;
  /frameworks/native/opengl/tests/angeles/
demo.c 198 const int resol1 = (int)params[SUPERSHAPE_PARAMS - 3]; local
204 const int longitudeCount = resol1;
230 float t1 = -PI + longitude * 2 * PI / resol1;
231 float t2 = -PI + (longitude + 1) * 2 * PI / resol1;

Completed in 474 milliseconds