Lines Matching refs:glPixelTransferf
523 glPixelTransferf(GL_RED_SCALE, 0.75);
524 glPixelTransferf(GL_RED_BIAS, 0.25);
525 glPixelTransferf(GL_GREEN_SCALE, 0.75);
526 glPixelTransferf(GL_GREEN_BIAS, 0.25);
527 glPixelTransferf(GL_BLUE_SCALE, 0.75);
528 glPixelTransferf(GL_BLUE_BIAS, 0.25);
535 glPixelTransferf(GL_RED_SCALE, 1.0);
536 glPixelTransferf(GL_RED_BIAS, 0.0);
537 glPixelTransferf(GL_GREEN_SCALE, 1.0);
538 glPixelTransferf(GL_GREEN_BIAS, 0.0);
539 glPixelTransferf(GL_BLUE_SCALE, 1.0);
540 glPixelTransferf(GL_BLUE_BIAS, 0.0);