Searched defs:gfxinit (Results 1 – 3 of 3) sorted by relevance
24 procedure gfxinit (lightup_ok : out Interfaces.C.int) subprogram31 ports : Port_List;33 success : boolean;35 linear_fb_addr : word64;37 fb : Framebuffer_Type;39 min_h : pos32 := Config.LINEAR_FRAMEBUFFER_MAX_WIDTH;40 min_v : pos32 := Config.LINEAR_FRAMEBUFFER_MAX_HEIGHT;42 fbinfo : Interfaces.C.size_t;
17 procedure gfxinit (lightup_ok : out Interfaces.C.int) subprogram19 ports : Port_List;21 success : boolean;24 procedure vga_io_init;26 procedure vga_textmode_init;
11 procedure gfxinit (lightup_ok : out Interfaces.C.int); subprogspec