|
SDL
2.0
|
#include "../SDL_sysvideo.h"
Include dependency graph for SDL_bmodes.h:Go to the source code of this file.
Functions | |
| int32 | BE_ColorSpaceToBitsPerPixel (uint32 colorspace) |
| int32 | BE_BPPToSDLPxFormat (int32 bpp) |
| int | BE_InitModes (_THIS) |
| int | BE_QuitModes (_THIS) |
| int | BE_GetDisplayBounds (_THIS, SDL_VideoDisplay *display, SDL_Rect *rect) |
| void | BE_GetDisplayModes (_THIS, SDL_VideoDisplay *display) |
| int | BE_SetDisplayMode (_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode) |
| int32 BE_BPPToSDLPxFormat | ( | int32 | bpp | ) |
| int32 BE_ColorSpaceToBitsPerPixel | ( | uint32 | colorspace | ) |
| int BE_GetDisplayBounds | ( | _THIS | , |
| SDL_VideoDisplay * | display, | ||
| SDL_Rect * | rect | ||
| ) |
| void BE_GetDisplayModes | ( | _THIS | , |
| SDL_VideoDisplay * | display | ||
| ) |
| int BE_InitModes | ( | _THIS | ) |
| int BE_QuitModes | ( | _THIS | ) |
| int BE_SetDisplayMode | ( | _THIS | , |
| SDL_VideoDisplay * | display, | ||
| SDL_DisplayMode * | mode | ||
| ) |