• Home
  • Raw
  • Download

Lines Matching refs:destx

89                  GLint width, GLint height, GLint destx, GLint desty)  in copy_rgba_pixels()  argument
104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels()
173 span.x = destx; in copy_rgba_pixels()
178 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba); in copy_rgba_pixels()
234 GLint destx, GLint desty ) in copy_depth_pixels() argument
255 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels()
315 span.x = destx; in copy_depth_pixels()
319 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span); in copy_depth_pixels()
336 GLint destx, GLint desty ) in copy_stencil_pixels() argument
352 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_stencil_pixels()
412 _swrast_write_zoomed_stencil_span(ctx, destx, desty, width, in copy_stencil_pixels()
413 destx, dy, stencil); in copy_stencil_pixels()
416 _swrast_write_stencil_span( ctx, width, destx, dy, stencil ); in copy_stencil_pixels()
614 GLint destx, GLint desty, GLenum type) in _swrast_CopyPixels() argument
630 srcx, srcy, width, height, destx, desty, in _swrast_CopyPixels()
641 copy_rgba_pixels( ctx, srcx, srcy, width, height, destx, desty ); in _swrast_CopyPixels()
644 copy_depth_pixels( ctx, srcx, srcy, width, height, destx, desty ); in _swrast_CopyPixels()
647 copy_stencil_pixels( ctx, srcx, srcy, width, height, destx, desty ); in _swrast_CopyPixels()
651 copy_depth_pixels(ctx, srcx, srcy, width, height, destx, desty); in _swrast_CopyPixels()
652 copy_stencil_pixels(ctx, srcx, srcy, width, height, destx, desty); in _swrast_CopyPixels()