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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-android.c 28 static int sWindowWidth = 320;
58 sWindowWidth = w;
111 appRender(curTime, sWindowWidth, sWindowHeight);
app-win32.c 46 static int sWindowWidth = WINDOW_DEFAULT_WIDTH;
192 sWindowWidth = rc.right;
238 sWindowWidth = GetSystemMetrics(SM_CXSCREEN);
248 sWindowWidth, sWindowHeight,
258 MoveWindow(sWnd, 0, 0, sWindowWidth, sWindowHeight, TRUE);
266 appInit(sWindowWidth, sWindowHeight);
283 appRender(GetTickCount(), sWindowWidth, sWindowHeight);
app-linux.c 66 static int sWindowWidth = WINDOW_DEFAULT_WIDTH;
154 sh.min_width = sh.max_width = sWindowWidth;
160 0, 0, sWindowWidth, sWindowHeight,
236 sWindowWidth, sWindowHeight);
  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 68 static int sWindowWidth = WINDOW_DEFAULT_WIDTH;
162 eglQuerySurface(dpy, surface, EGL_WIDTH, &sWindowWidth);
215 sWindowWidth, sWindowHeight);

Completed in 55 milliseconds