Searched refs:xcb_rects (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dloader_dri3_helper.c1100 xcb_rectangle_t xcb_rects[64]; local in function:loader_dri3_swap_buffers_msc
1102 if (n_rects > 0 && n_rects <= ARRAY_SIZE(xcb_rects)) {
1105 xcb_rects[i].x = rect[0];
1106 xcb_rects[i].y = draw->height - rect[1] - rect[3];
1107 xcb_rects[i].width = rect[2];
1108 xcb_rects[i].height = rect[3];
1112 xcb_xfixes_set_region(draw->conn, region, n_rects, xcb_rects);

Completed in 4 milliseconds