HomeSort by relevance Sort by last modified time
    Searched refs:WINDOW_WIDTH (Results 1 - 9 of 9) 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 12 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 30 private static final int WINDOW_WIDTH = 320;
62 new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT,
66 new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, XPOS, YPOS,
102 params = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT,
109 assertEquals(WINDOW_WIDTH, mLayoutParams.width);
193 mLayoutParams = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, XPOS, YPOS,
201 mLayoutParams = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, XPOS, YPOS,
  /frameworks/base/core/java/android/text/method/
WordIterator.java 36 private static final int WINDOW_WIDTH = 50;
59 mOffsetShift = Math.max(0, start - WINDOW_WIDTH);
60 final int windowEnd = Math.min(charSequence.length(), end + WINDOW_WIDTH);
  /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 121 milliseconds