Home | History | Annotate | Download | only in swrast

Lines Matching refs:qClamped

1723             const GLint qClamped = q >= 0.0F ? (GLint) q : 0;
1724 GLfloat weight = weightLut[qClamped];