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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 562 const int translationScale = 9;
581 glTranslatex((x * translationScale) * 65536,
582 (y * translationScale) * 65536,
594 const int shipScale100 = translationScale * 500;
  /frameworks/native/opengl/tests/angeles/
demo.c 562 const int translationScale = 9;
581 glTranslatex((x * translationScale) * 65536,
582 (y * translationScale) * 65536,
594 const int shipScale100 = translationScale * 500;

Completed in 70 milliseconds