Searched refs:Gamma (Results 1 – 7 of 7) sorted by relevance
80 void test7(int *P, _Complex float Gamma) { in test7() argument81 …P = (P-42) + Gamma*4; // expected-error {{invalid operands to binary expression ('int *' and '_Co… in test7()
167 SDL_NAME(XF86VidModeSetGamma)(Display *dpy, int screen, SDL_NAME(XF86VidModeGamma) *Gamma) in SDL_NAME()179 req->red = (CARD32)(Gamma->red * 10000.); in SDL_NAME()180 req->green = (CARD32)(Gamma->green * 10000.); in SDL_NAME()181 req->blue = (CARD32)(Gamma->blue * 10000.); in SDL_NAME()188 SDL_NAME(XF86VidModeGetGamma)(Display *dpy, int screen, SDL_NAME(XF86VidModeGamma) *Gamma) in SDL_NAME()206 Gamma->red = ((float)rep.red) / 10000.; in SDL_NAME()207 Gamma->green = ((float)rep.green) / 10000.; in SDL_NAME()208 Gamma->blue = ((float)rep.blue) / 10000.; in SDL_NAME()
140 Gamma correction:149 Gamma correction is controlled with the MESA_GAMMA environment170 small performance penalty. Gamma correction only works in RGB mode.
138 # Gamma 915
1595 /* Gamma functions */
171 "Gamma;","U+00393"
1698 gamma .8 // Sets Gamma Correction to .8 (<1=Lighter, 1=normal