Home | History | Annotate | Download | only in swrast

Lines Matching refs:ACOMP

238             color[ACOMP] = FixedToInt(span->alpha);
256 rgba[i][ACOMP] = FixedToChan(a);
273 color[ACOMP] = FixedToInt(span->alpha);
294 rgba[i][ACOMP] = FixedToChan(a);
887 const GLfloat a = rgba[i][ACOMP] * coverage[i];
888 rgba[i][ACOMP] = (GLubyte) CLAMP(a, 0.0, 255.0);
896 const GLfloat a = rgba[i][ACOMP] * coverage[i];
897 rgba[i][ACOMP] = (GLushort) CLAMP(a, 0.0, 65535.0);
903 rgba[i][ACOMP] = rgba[i][ACOMP] * coverage[i];
923 rgba[i][ACOMP] = CLAMP(rgba[i][ACOMP], 0.0F, 1.0F);