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

  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/nanox/
SDL_nxvideo.c 120 device -> SetGammaRamp = NX_SetGammaRamp ;
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 162 device->SetGammaRamp = Mac_SetGammaRamp;
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 199 device->SetGammaRamp = DIB_SetGammaRamp;
1096 this->SetGammaRamp = NULL;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 150 device->SetGammaRamp = DGA_SetGammaRamp;
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 301 device->SetGammaRamp = Mac_SetGammaRamp;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 156 device->SetGammaRamp = X11_SetGammaRamp;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 203 device->SetGammaRamp = QZ_SetGammaRamp;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 617 device->SetGammaRamp = DX5_SetGammaRamp;
    [all...]

Completed in 199 milliseconds