Home | History | Annotate | Download | only in src

Lines Matching refs:ROP

51 static void PermediaSetupForFillRectSolid(ScrnInfoPtr pScrn, int color, int rop,
56 int rop, unsigned int planemask);
65 int ydir, int rop, unsigned int planemask,
72 int fg, int bg, int rop,
80 int fg, int bg, int rop,unsigned int planemask);
83 int rop, unsigned int planemask,
87 int rop, unsigned int planemask,
91 int rop, unsigned int planemask,
95 int fg, int bg, int rop,
164 pGlint->ROP = 0xFF;
363 int xdir, int ydir, int rop,
376 if ((rop == GXset) || (rop == GXclear)) {
379 if ((rop == GXcopy) || (rop == GXcopyInverted)) {
385 LOADROP(rop);
411 if ((w < 32) || (pGlint->ROP != GXcopy)) {
438 int color, int rop,
447 if (rop == GXcopy) {
455 LOADROP(rop);
466 if (pGlint->ROP == GXcopy) {
484 int fg, int bg, int rop,
509 if (rop == GXcopy) {
517 LOADROP(rop);
548 int rop,
567 LOADROP(rop);
569 if (rop == GXcopy) {
578 if ((rop == GXcopy) && (pGlint->BackGroundColor == -1)) {
630 int rop,
643 if (rop == GXcopy) {
648 if ((rop == GXcopy) && (pGlint->BackGroundColor == -1)) {
664 LOADROP(rop);
741 int rop,
760 if((rop != GXcopy) || (planemask != ~0))
764 if (rop != GXcopy) {
818 if (rop == GXcopy) {
825 LOADROP(rop);
866 int rop,
886 if((rop != GXcopy) || (planemask != ~0))
890 if (rop != GXcopy) {
944 if (rop == GXcopy) {
951 LOADROP(rop);
992 int rop,
1007 if (rop == GXcopy) {
1015 if((rop != GXcopy) || (planemask != ~0))
1074 LOADROP(rop);
1141 int rop, unsigned int planemask)
1150 if (rop == GXcopy) {
1155 LOADROP(rop);