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

  /external/autotest/client/deps/glbench/src/
xlib_window.cc 18 GLint g_width = WINDOW_WIDTH; variable
41 g_width = g_width == -1 ? attributes.width : g_width;
55 0, 0, g_width, g_height, 0,
63 g_width = attributes.width;
waffle_stuff.cc 14 GLint g_width = WINDOW_WIDTH; variable
132 if (g_width == -1 && g_height == -1) {
138 GetSurfaceSize(&g_width, &g_height);
140 surface_ = waffle_window_create(config_, g_width, g_height);

Completed in 55 milliseconds