Home | History | Annotate | Download | only in batches

Lines Matching refs:qee

611             const QuadEdgeEffect& qee = gp.cast<QuadEdgeEffect>();
613 key |= qee.usesLocalCoords() && qee.localMatrix().hasPerspective() ? 0x1 : 0x0;
614 key |= qee.colorIgnored() ? 0x2 : 0x0;