Home | History | Annotate | Download | only in gl

Lines Matching full:smooth

1844         // smooth lines.
1846 // we prefer smooth lines over multisampled lines
1847 // msaa should be disabled if drawing smooth lines.
1849 bool smooth = this->willUseHWAALines();
1850 if (!fHWAAState.fSmoothLineEnabled && smooth) {
1853 } else if (fHWAAState.fSmoothLineEnabled && !smooth) {