Lines Matching defs:destx
89 GLint width, GLint height, GLint destx, GLint desty)
104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
173 span.x = destx;
178 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
234 GLint destx, GLint desty )
255 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
315 span.x = destx;
319 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span);
336 GLint destx, GLint desty )
352 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
412 _swrast_write_zoomed_stencil_span(ctx, destx, desty, width,
413 destx, dy, stencil);
416 _swrast_write_stencil_span( ctx, width, destx, dy, stencil );
617 GLint destx, GLint desty, GLenum type)
633 srcx, srcy, width, height, destx, desty,
644 copy_rgba_pixels( ctx, srcx, srcy, width, height, destx, desty );
647 copy_depth_pixels( ctx, srcx, srcy, width, height, destx, desty );
650 copy_stencil_pixels( ctx, srcx, srcy, width, height, destx, desty );
654 copy_depth_pixels(ctx, srcx, srcy, width, height, destx, desty);
655 copy_stencil_pixels(ctx, srcx, srcy, width, height, destx, desty);