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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_gamma.c 126 /* Prefer using GetGammaRamp(), as it's more flexible */
208 if ( video->GetGammaRamp ) {
210 video->GetGammaRamp(this, video->gamma);
SDL_sysvideo.h 165 int (*GetGammaRamp)(_THIS, Uint16 *ramp);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 121 device -> GetGammaRamp = NX_GetGammaRamp ;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 163 device->GetGammaRamp = Mac_GetGammaRamp;
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 166 device->GetGammaRamp = DIB_GetGammaRamp;
1018 this->GetGammaRamp = NULL;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 226 device->GetGammaRamp = NULL;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 156 device->GetGammaRamp = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 302 device->GetGammaRamp = Mac_GetGammaRamp;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 156 device->GetGammaRamp = NULL;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 135 device->GetGammaRamp = QZ_GetGammaRamp;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 602 device->GetGammaRamp = DX5_GetGammaRamp;
    [all...]

Completed in 124 milliseconds