Home | History | Annotate | Download | only in libagl

Lines Matching defs:smooth

1094     GLboolean smooth = GL_FALSE;
1097 smooth = c->point.smooth;
1102 smooth = c->line.smooth;
1105 if (((enables & GGL_ENABLE_AA)?1:0) != smooth)
1106 c->rasterizer.procs.enableDisable(c, GGL_AA, smooth);