HomeSort by relevance Sort by last modified time
    Searched defs:g_height (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/deps/glbench/src/
xlib_window.cc 19 GLint g_height = WINDOW_HEIGHT; variable
42 g_height = g_height == -1 ? attributes.height : g_height;
55 0, 0, g_width, g_height, 0,
64 g_height = attributes.height;
waffle_stuff.cc 13 GLint g_height = WINDOW_HEIGHT; variable
130 if (g_width == -1 && g_height == -1) {
136 GetSurfaceSize(&g_width, &g_height);
138 surface_ = waffle_window_create(config_, g_width, g_height);

Completed in 3398 milliseconds