Lines Matching refs:glPixelTransferf
86 glPixelTransferf(GL_RED_SCALE, -1.0);
87 glPixelTransferf(GL_RED_BIAS, 1.0);
88 glPixelTransferf(GL_GREEN_SCALE, -1.0);
89 glPixelTransferf(GL_GREEN_BIAS, 1.0);
90 glPixelTransferf(GL_BLUE_SCALE, -1.0);
91 glPixelTransferf(GL_BLUE_BIAS, 1.0);
94 glPixelTransferf(GL_RED_SCALE, 1.0);
95 glPixelTransferf(GL_RED_BIAS, 0.0);
96 glPixelTransferf(GL_GREEN_SCALE, 1.0);
97 glPixelTransferf(GL_GREEN_BIAS, 0.0);
98 glPixelTransferf(GL_BLUE_SCALE, 1.0);
99 glPixelTransferf(GL_BLUE_BIAS, 0.0);