Searched refs:SetGamma (Results 1 – 7 of 7) sorted by relevance
109 if ( (succeeded < 0) && video->SetGamma ) { in SDL_SetGamma()111 succeeded = video->SetGamma(this, red, green, blue); in SDL_SetGamma()
156 int (*SetGamma)(_THIS, float red, float green, float blue); member
126 this->SetGamma = 0; in X11_SaveVidModeGamma()
153 device->SetGamma = X11_SetVidModeGamma; in X11_CreateDevice()
118 device -> SetGamma = NULL ; in NX_CreateDevice()
223 device->SetGamma = CGX_SetGamma; in CGX_CreateDevice()
132 device->SetGamma = QZ_SetGamma;