/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_gamma.c | 109 if ( (succeeded < 0) && video->SetGamma ) { 111 succeeded = video->SetGamma(this, red, green, blue);
|
SDL_sysvideo.h | 156 int (*SetGamma)(_THIS, float red, float green, float blue);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11gamma.c | 126 this->SetGamma = 0;
|
SDL_x11video.c | 153 device->SetGamma = X11_SetVidModeGamma; [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
blitzbasic.php | 71 'ShowPointer','Shl','Sgn','SetGfxDriver','SetGamma','SetFont','SetEnv','SetBuffer','SendUDPMsg','SendNetMsg',
|
/device/samsung/crespo/libcamera/ |
SecCamera.h | 407 int setGamma(int gamma);
|
SecCameraHWInterface.cpp | [all...] |
SecCamera.cpp | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxvideo.c | 118 device -> SetGamma = NULL ;
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.c | 223 device->SetGamma = CGX_SetGamma; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.m | 132 device->SetGamma = QZ_SetGamma; [all...] |