Lines Matching refs:glPixelTransferf
73 glPixelTransferf(GL_RED_SCALE, -1.0);
74 glPixelTransferf(GL_RED_BIAS, 1.0);
75 glPixelTransferf(GL_GREEN_SCALE, -1.0);
76 glPixelTransferf(GL_GREEN_BIAS, 1.0);
77 glPixelTransferf(GL_BLUE_SCALE, -1.0);
78 glPixelTransferf(GL_BLUE_BIAS, 1.0);
81 glPixelTransferf(GL_RED_SCALE, 1.0);
82 glPixelTransferf(GL_RED_BIAS, 0.0);
83 glPixelTransferf(GL_GREEN_SCALE, 1.0);
84 glPixelTransferf(GL_GREEN_BIAS, 0.0);
85 glPixelTransferf(GL_BLUE_SCALE, 1.0);
86 glPixelTransferf(GL_BLUE_BIAS, 0.0);