FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
void | vesa_get_pm_functions (void) |
static int | vesa_get_mode_info (int mode) |
void | fb_dos_vesa_detect (void) |
int | fb_dos_vesa_set_mode (int w, int h, int depth, int linear) |
int * | fb_dos_vesa_fetch_modes (int depth, int *size) |
static void | fb_dos_vesa_set_palette_int10 (void) |
void | fb_dos_vesa_set_palette (void) |
void | fb_dos_vesa_set_palette_end (void) |
Variables | |
VesaPMInfo * | fb_dos_vesa_pm_info = NULL |
intptr_t | fb_dos_vesa_pm_bank_switcher = 0 |
intptr_t | fb_dos_vesa_pm_set_palette = 0 |
static int | detected = FALSE |
void fb_dos_vesa_detect | ( | void | ) |
Definition at line 95 of file gfx_vesa_core.c.
int* fb_dos_vesa_fetch_modes | ( | int | depth, |
int * | size | ||
) |
int fb_dos_vesa_set_mode | ( | int | w, |
int | h, | ||
int | depth, | ||
int | linear | ||
) |
void fb_dos_vesa_set_palette | ( | void | ) |
Definition at line 345 of file gfx_vesa_core.c.
void fb_dos_vesa_set_palette_end | ( | void | ) |
|
static |
Definition at line 276 of file gfx_vesa_core.c.
|
static |
Definition at line 79 of file gfx_vesa_core.c.
void vesa_get_pm_functions | ( | void | ) |
|
static |
Definition at line 14 of file gfx_vesa_core.c.
intptr_t fb_dos_vesa_pm_bank_switcher = 0 |
Definition at line 11 of file gfx_vesa_core.c.
VesaPMInfo* fb_dos_vesa_pm_info = NULL |
Definition at line 10 of file gfx_vesa_core.c.
intptr_t fb_dos_vesa_pm_set_palette = 0 |
Definition at line 12 of file gfx_vesa_core.c.