Searched refs:SetGammaRamp (Results 1 – 10 of 10) sorted by relevance
188 if ( video->SetGammaRamp ) { in SDL_SetGammaRamp()189 succeeded = video->SetGammaRamp(this, video->gamma); in SDL_SetGammaRamp()
162 int (*SetGammaRamp)(_THIS, Uint16 *ramp); member
120 device -> SetGammaRamp = NX_SetGammaRamp ; in NX_CreateDevice()
162 device->SetGammaRamp = Mac_SetGammaRamp; in ROM_CreateDevice()
199 device->SetGammaRamp = DIB_SetGammaRamp; in DIB_CreateDevice()1096 this->SetGammaRamp = NULL;
150 device->SetGammaRamp = DGA_SetGammaRamp; in DGA_CreateDevice()
301 device->SetGammaRamp = Mac_SetGammaRamp; in DSp_CreateDevice()
156 device->SetGammaRamp = X11_SetGammaRamp; in X11_CreateDevice()
617 device->SetGammaRamp = DX5_SetGammaRamp; in DX5_CreateDevice()
203 device->SetGammaRamp = QZ_SetGammaRamp;