|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Data Structures | |
| struct | _driver_depth_modes |
Macros | |
| #define | DRV_DEPTH_COUNT (sizeof(scr_modes)/sizeof(scr_modes[0])) |
Typedefs | |
| typedef void(* | fnUpdate )(void) |
| typedef struct _driver_depth_modes | driver_depth_modes |
Functions | |
| static int | driver_init (char *title, int w, int h, int depth, int refresh_rate, int flags) |
| static void | driver_update_bpp1 (void) |
| static void | driver_update_bpp2 (void) |
| static void | driver_update_bpp4 (void) |
| static void | end_of_driver_update (void) |
| static int * | driver_fetch_modes (int depth, int *size) |
| static void | init_planar_access (void) |
| static void | driver_update_planar_ega_vga (int planes) |
Variables | |
| GFXDRIVER | fb_gfxDriverBIOS |
| static const int | res_bpp1 [] |
| static const unsigned char | mode_bpp1 [] |
| static const int | res_bpp2 [] |
| static const unsigned char | mode_bpp2 [] |
| static const int | res_bpp4 [] |
| static const unsigned char | mode_bpp4 [] |
| static const driver_depth_modes | scr_modes [] |
| static unsigned char | uchScanLineBuffer [640] |
Definition at line 81 of file gfx_driver_bios.c.
| typedef struct _driver_depth_modes driver_depth_modes |
| typedef void(* fnUpdate)(void) |
Definition at line 8 of file gfx_driver_bios.c.
|
static |
Definition at line 373 of file gfx_driver_bios.c.
|
static |
|
static |
|
static |
Definition at line 330 of file gfx_driver_bios.c.
|
static |
|
static |
|
static |
|
static |
| GFXDRIVER fb_gfxDriverBIOS |
Definition at line 17 of file gfx_driver_bios.c.
|
static |
Definition at line 41 of file gfx_driver_bios.c.
|
static |
Definition at line 48 of file gfx_driver_bios.c.
|
static |
Definition at line 60 of file gfx_driver_bios.c.
|
static |
Definition at line 35 of file gfx_driver_bios.c.
|
static |
Definition at line 44 of file gfx_driver_bios.c.
|
static |
Definition at line 51 of file gfx_driver_bios.c.
|
static |
Definition at line 75 of file gfx_driver_bios.c.
|
static |
Definition at line 83 of file gfx_driver_bios.c.