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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 597 GLfixed fixedOffs = (GLfixed)(offs * 65536);
599 glTranslatex(fixedOffs, -4 * 65536, 2 << 16);
603 glTranslatex(-4 * 65536, fixedOffs, 4 << 16);
  /frameworks/native/opengl/tests/angeles/
demo.c 597 GLfixed fixedOffs = (GLfixed)(offs * 65536);
599 glTranslatex(fixedOffs, -4 * 65536, 2 << 16);
603 glTranslatex(-4 * 65536, fixedOffs, 4 << 16);

Completed in 240 milliseconds