Home | History | Annotate | Download | only in main

Lines Matching full:clipping

580  * Perform basic clipping for glDrawPixels.  The image's position and size
605 /* left clipping */
611 /* right clipping */
619 /* bottom clipping */
625 /* top clipping */
630 /* top clipping */
636 /* bottom clipping */
651 * Perform clipping for glReadPixels. The image's window position
673 /* left clipping */
679 /* right clipping */
686 /* bottom clipping */
692 /* top clipping */
704 * Do clipping for a glCopyTexSubImage call.
745 /* left clipping */
751 /* right clipping */
758 /* bottom (or top) clipping */
764 /* top (or bottom) clipping */
842 * Do clipping of blit src/dest rectangles.
850 * and dest rects. That makes the clipping a little trickier.