Searched refs:box_init (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | igt_fb.c | 1785 static void box_init(struct box *box, int x, int y, int bwidth, int bheight) in box_init() function 1807 box_init(&layout->left, 0, 0, hdisplay, middle); in stereo_fb_layout_from_mode() 1808 box_init(&layout->right, in stereo_fb_layout_from_mode() 1816 box_init(&layout->left, 0, 0, middle, vdisplay); in stereo_fb_layout_from_mode() 1817 box_init(&layout->right, in stereo_fb_layout_from_mode() 1827 box_init(&layout->left, in stereo_fb_layout_from_mode() 1829 box_init(&layout->right, in stereo_fb_layout_from_mode()
|