Searched refs:WINDOW_WIDTH (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | windowmanagercompositingtest.cc | 14 1e6f * (WINDOW_WIDTH * WINDOW_HEIGHT) / (1280.f * 768); 37 uint32_t texture_base_[WINDOW_HEIGHT * WINDOW_WIDTH]; 38 uint32_t texture_update_[WINDOW_HEIGHT * WINDOW_WIDTH]; 57 RunTest(this, testname, kScreenScaleFactor, WINDOW_WIDTH, WINDOW_HEIGHT, in Run() 357 for (int x = 0; x < WINDOW_WIDTH; x++) { in InitBaseTexture() 359 texture_base_[y * WINDOW_WIDTH + x] = 0x80808080; in InitBaseTexture() 373 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, WINDOW_WIDTH, WINDOW_HEIGHT, 0, in LoadTexture()
|
D | xlib_window.cc | 15 GLint g_width = WINDOW_WIDTH;
|
D | main.h | 91 #define WINDOW_WIDTH 512 macro
|
D | waffle_stuff.cc | 14 GLint g_width = WINDOW_WIDTH;
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_Windows.cpp | 31 #define WINDOW_WIDTH 640 macro 203 unsigned int nWidth = WINDOW_WIDTH; in WinMain()
|
D | OGLES2HelloAPI_LinuxX11.cpp | 36 #define WINDOW_WIDTH 800 macro 185 WINDOW_WIDTH, // The width of the window in CreateNativeWindow()
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 32 #define WINDOW_WIDTH 1024 macro 743 int x = 0, y = 0, width = WINDOW_WIDTH, height = WINDOW_HEIGHT; in main()
|