Searched defs:var_info (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
H A Dlinuxfb.c183 struct fb_var_screeninfo var_info; local
188 if (ioctl(d, FBIOGET_VSCREENINFO, &var_info) != -1) {
189 w = (int) var_info.xres;
190 h = (int) var_info.yres;
191 b = (int) var_info.bits_per_pixel;
193 rm = (1 << var_info.red.length) - 1;
194 gm = (1 << var_info.green.length) - 1;
195 bm = (1 << var_info.blue.length) - 1;
196 rm = rm << var_info.red.offset;
197 gm = gm << var_info
[all...]
/external/valgrind/coregrind/
H A Dpub_core_tooliface.h93 Bool var_info; member in struct:__anon16231

Completed in 157 milliseconds