Lines Matching refs:CLAMP
94 GLfloat r = CLAMP(rgba[i][RCOMP], 0.0F, 1.0F);
95 GLfloat g = CLAMP(rgba[i][GCOMP], 0.0F, 1.0F);
96 GLfloat b = CLAMP(rgba[i][BCOMP], 0.0F, 1.0F);
97 GLfloat a = CLAMP(rgba[i][ACOMP], 0.0F, 1.0F);
139 depthValues[i] = CLAMP(d, 0.0F, 1.0F);
154 d = CLAMP(d, 0.0, max);
184 rgba[i][RCOMP] = CLAMP(rgba[i][RCOMP], 0.0F, 1.0F);
185 rgba[i][GCOMP] = CLAMP(rgba[i][GCOMP], 0.0F, 1.0F);
186 rgba[i][BCOMP] = CLAMP(rgba[i][BCOMP], 0.0F, 1.0F);
187 rgba[i][ACOMP] = CLAMP(rgba[i][ACOMP], 0.0F, 1.0F);