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

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_output.c541 RegionRec output_union; local in function:vmwgfx_output_explicit_overlap
549 REGION_NULL(pScreen, &output_union);
564 REGION_UNION(pScreen, &output_union, &output_union, &cur_output);
579 REGION_INTERSECT(pScreen, &result, &output_union, &cur_output);
584 REGION_UNION(pScreen, &output_union, &output_union, &cur_output);
587 REGION_UNINIT(pScreen, &output_union);

Completed in 3 milliseconds