doom3-gpl
Doom 3 GPL source release
|
#include "macosx_local.h"
Go to the source code of this file.
Functions | |
NSDictionary * | Sys_GetMatchingDisplayMode (glimpParms_t parms) |
void | Sys_StoreGammaTables () |
void | Sys_GetGammaTable (glwgamma_t *table) |
void | Sys_SetScreenFade (glwgamma_t *table, float fraction) |
void | Sys_FadeScreens () |
void | Sys_FadeScreen (CGDirectDisplayID display) |
void | Sys_UnfadeScreens () |
void | Sys_UnfadeScreen (CGDirectDisplayID display, glwgamma_t *table) |
void | Sys_ReleaseAllDisplays () |
void Sys_FadeScreen | ( | CGDirectDisplayID | display | ) |
Definition at line 1694 of file macosx_glimp.mm.
void Sys_FadeScreens | ( | ) |
Definition at line 1667 of file macosx_glimp.mm.
void Sys_GetGammaTable | ( | glwgamma_t * | table | ) |
Definition at line 1580 of file macosx_glimp.mm.
NSDictionary* Sys_GetMatchingDisplayMode | ( | glimpParms_t | parms | ) |
Definition at line 1475 of file macosx_glimp.mm.
void Sys_ReleaseAllDisplays | ( | ) |
void Sys_SetScreenFade | ( | glwgamma_t * | table, |
float | fraction | ||
) |
Definition at line 1628 of file macosx_glimp.mm.
void Sys_StoreGammaTables | ( | ) |
Definition at line 1606 of file macosx_glimp.mm.
void Sys_UnfadeScreen | ( | CGDirectDisplayID | display, |
glwgamma_t * | table | ||
) |
Definition at line 1763 of file macosx_glimp.mm.
void Sys_UnfadeScreens | ( | ) |
Definition at line 1732 of file macosx_glimp.mm.