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

  /frameworks/base/opengl/tests/angeles/
app.h 43 extern void appRender(long tick, int width, int height);
app-linux.cpp 201 appRender(timeNow.tv_sec * 1000 + timeNow.tv_usec / 1000,
demo.c 753 void appRender(long tick, int width, int height)
  /ndk/samples/san-angeles/jni/
app.h 43 extern void appRender(long tick, int width, int height);
app-android.c 111 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)

Completed in 78 milliseconds