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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app.h 43 extern void appRender(long tick, int width, int height);
app-android.c 136 appRender(curTime, sWindowWidth, sWindowHeight);
app-linux.c 235 appRender(timeNow.tv_sec * 1000 + timeNow.tv_usec / 1000,
app-win32.c 283 appRender(GetTickCount(), sWindowWidth, sWindowHeight);
demo.c 753 void appRender(long tick, int width, int height)
  /frameworks/native/opengl/tests/angeles/
app.h 43 extern void appRender(long tick, int width, int height);
app-linux.cpp 215 appRender(timeNow.tv_sec * 1000 + timeNow.tv_usec / 1000,
demo.c 753 void appRender(long tick, int width, int height)

Completed in 185 milliseconds