Searched refs:GetWindowGammaRamp (Results 1 – 5 of 5) sorted by relevance
88 device->GetWindowGammaRamp = HAIKU_GetWindowGammaRamp; in HAIKU_CreateDevice()
234 int (*GetWindowGammaRamp) (_THIS, SDL_Window * window, Uint16 * ramp); member
2554 if (_this->GetWindowGammaRamp) { in SDL_GetWindowGammaRamp()2555 if (_this->GetWindowGammaRamp(_this, window, window->gamma) < 0) { in SDL_GetWindowGammaRamp()
168 device->GetWindowGammaRamp = WIN_GetWindowGammaRamp; in WIN_CreateDevice()
104 device->GetWindowGammaRamp = Cocoa_GetWindowGammaRamp;
Completed in 12 milliseconds