Home | History | Annotate | Download | only in dri2

Lines Matching refs:numRects

769 			 EGLint numRects, const EGLint *rects)
778 if (numRects > (int)ARRAY_SIZE(rectangles))
781 for (i = 0; i < numRects; i++) {
789 xcb_xfixes_create_region(dri2_dpy->conn, region, numRects, rectangles);