Lines Matching refs:glPixelTransferf
200 glPixelTransferf(GL_RED_SCALE, 0.5);
201 glPixelTransferf(GL_GREEN_SCALE, 0.5);
202 glPixelTransferf(GL_BLUE_SCALE, 0.5);
203 glPixelTransferf(GL_RED_BIAS, 0.5);
204 glPixelTransferf(GL_GREEN_BIAS, 0.5);
205 glPixelTransferf(GL_BLUE_BIAS, 0.5);
208 glPixelTransferf(GL_RED_SCALE, 1.0);
209 glPixelTransferf(GL_GREEN_SCALE, 1.0);
210 glPixelTransferf(GL_BLUE_SCALE, 1.0);
211 glPixelTransferf(GL_RED_BIAS, 0.0);
212 glPixelTransferf(GL_GREEN_BIAS, 0.0);
213 glPixelTransferf(GL_BLUE_BIAS, 0.0);