Lines Matching refs:glPixelTransferf
64 glPixelTransferf(GL_RED_SCALE, -1.0);
65 glPixelTransferf(GL_GREEN_SCALE, -1.0);
66 glPixelTransferf(GL_BLUE_SCALE, -1.0);
67 glPixelTransferf(GL_RED_BIAS, 1.0);
68 glPixelTransferf(GL_GREEN_BIAS, 1.0);
69 glPixelTransferf(GL_BLUE_BIAS, 1.0);
81 glPixelTransferf(GL_RED_SCALE, 1.0);
82 glPixelTransferf(GL_GREEN_SCALE, 1.0);
83 glPixelTransferf(GL_BLUE_SCALE, 1.0);
84 glPixelTransferf(GL_RED_BIAS, 0.0);
85 glPixelTransferf(GL_GREEN_BIAS, 0.0);
86 glPixelTransferf(GL_BLUE_BIAS, 0.0);