Home | History | Annotate | Download | only in swrast

Lines Matching refs:col1

836    GLfloat (*col1)[4] = span->array->attribs[FRAG_ATTRIB_COL1];
857 /* XXX could avoid this and interpolate COL1 in the loop below */
866 col0[i][0] += col1[i][0];
867 col0[i][1] += col1[i][1];
868 col0[i][2] += col1[i][2];