Searched refs:SDL_SetGamma (Results 1 – 7 of 7) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testgamma.c | 111 if ( SDL_SetGamma(gamma, gamma, gamma) < 0 ) { in main() 158 SDL_SetGamma(gamma, gamma, gamma); in main() 162 SDL_SetGamma(gamma, gamma, gamma); in main()
|
D | testpalette.c | 299 if(SDL_SetGamma(level, level, level) < 0) in main()
|
D | testgl.c | 590 SDL_SetGamma(gamma, gamma, gamma); in RunGLTest()
|
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/ |
D | SDL.x | 145 SDL_SetGamma
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_gamma.c | 93 int SDL_SetGamma(float red, float green, float blue) in SDL_SetGamma() function
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_video.h | 424 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue);
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 232 int SDL_SetGamma(float red, float green, float blue);
|