Home | History | Annotate | Download | only in libagl

Lines Matching refs:polygonOffset

664         if (ggl_unlikely(c->polygonOffset.enable)) {
665 const int32_t units = (c->polygonOffset.units << 16);
666 const GLfixed factor = c->polygonOffset.factor;