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

  /external/autotest/client/deps/glbench/src/
windowmanagercompositingtest.cc 14 const float kScreenScaleFactor = 1e6f * (WINDOW_WIDTH * WINDOW_HEIGHT) /
38 uint32_t texture_base_[WINDOW_HEIGHT*WINDOW_WIDTH];
39 uint32_t texture_update_[WINDOW_HEIGHT*WINDOW_WIDTH];
58 RunTest(this, testname, kScreenScaleFactor, WINDOW_WIDTH, WINDOW_HEIGHT, true);
361 for (int x = 0; x < WINDOW_WIDTH; x++) {
363 texture_base_[y*WINDOW_WIDTH+x] = 0x80808080;
378 WINDOW_WIDTH, WINDOW_HEIGHT, 0,
xlib_window.cc 18 GLint g_width = WINDOW_WIDTH;
main.h 121 #define WINDOW_WIDTH 512
waffle_stuff.cc 14 GLint g_width = WINDOW_WIDTH;
  /prebuilts/misc/windows/sdl2/test/
testspriteminimal.c 20 #define WINDOW_WIDTH 640
90 int window_w = WINDOW_WIDTH;
132 if (SDL_CreateWindowAndRenderer(WINDOW_WIDTH, WINDOW_HEIGHT, 0, &window, &renderer) < 0) {
143 positions[i].x = rand() % (WINDOW_WIDTH - sprite_w);
testscale.c 20 #define WINDOW_WIDTH 640
  /cts/tests/tests/view/src/android/view/cts/
WindowManager_LayoutParamsTest.java 41 private static final int WINDOW_WIDTH = 320;
74 new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT,
78 new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, XPOS, YPOS,
115 params = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT,
122 assertEquals(WINDOW_WIDTH, mLayoutParams.width);
209 mLayoutParams = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, XPOS, YPOS,
218 mLayoutParams = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, XPOS, YPOS,
  /frameworks/base/core/java/android/text/method/
WordIterator.java 38 private static final int WINDOW_WIDTH = 50;
62 mStart = Math.max(0, start - WINDOW_WIDTH);
63 mEnd = Math.min(charSequence.length(), end + WINDOW_WIDTH);
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 31 #define WINDOW_WIDTH 640
173 unsigned int nWidth = WINDOW_WIDTH;
OGLES2HelloAPI_LinuxX11.cpp 36 #define WINDOW_WIDTH 800
185 WINDOW_WIDTH, // The width of the window
    [all...]
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 32 #define WINDOW_WIDTH 1024
743 int x = 0, y = 0, width = WINDOW_WIDTH, height = WINDOW_HEIGHT;

Completed in 149 milliseconds