HomeSort by relevance Sort by last modified time
    Searched refs:SetGammaRamp (Results 1 - 11 of 11) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_gamma.c 100 /* Prefer using SetGammaRamp(), as it's more flexible */
188 if ( video->SetGammaRamp ) {
189 succeeded = video->SetGammaRamp(this, video->gamma);
SDL_sysvideo.h 162 int (*SetGammaRamp)(_THIS, Uint16 *ramp);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 120 device -> SetGammaRamp = NX_SetGammaRamp ;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 162 device->SetGammaRamp = Mac_SetGammaRamp;
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 165 device->SetGammaRamp = DIB_SetGammaRamp;
1019 this->SetGammaRamp = NULL;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 225 device->SetGammaRamp = CGX_SetGammaRamp;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 155 device->SetGammaRamp = DGA_SetGammaRamp;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 301 device->SetGammaRamp = Mac_SetGammaRamp;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 155 device->SetGammaRamp = X11_SetGammaRamp;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 134 device->SetGammaRamp = QZ_SetGammaRamp;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 601 device->SetGammaRamp = DX5_SetGammaRamp;
    [all...]

Completed in 622 milliseconds