Searched refs:gfx_ctx (Results 1 – 6 of 6) sorted by relevance
| /devicemodel/include/ |
| A D | gc.h | 41 struct gfx_ctx { struct 46 struct gfx_ctx_image *gc_get_image(struct gfx_ctx *gc); argument 47 struct gfx_ctx *gc_init(int width, int height, void *fbaddr); 48 void gc_deinit(struct gfx_ctx *gc); 49 void gc_set_fbaddr(struct gfx_ctx *gc, void *fbaddr); 50 void gc_resize(struct gfx_ctx *gc, int width, int height);
|
| A D | console.h | 32 struct gfx_ctx; 34 typedef void (*fb_render_func_t)(struct gfx_ctx *gc, void *arg);
|
| A D | vga.h | 169 struct gfx_ctx *gc; 187 void *vga_init(struct gfx_ctx *gc, int io_only); 188 void vga_render(struct gfx_ctx *gc, void *arg);
|
| /devicemodel/hw/ |
| A D | gc.c | 15 struct gfx_ctx * 18 struct gfx_ctx *gc; in gc_init() 21 gc = calloc(1, sizeof(struct gfx_ctx)); in gc_init() 41 gc_deinit(struct gfx_ctx *gc) in gc_deinit() 60 gc_set_fbaddr(struct gfx_ctx *gc, void *fbaddr) in gc_set_fbaddr() 68 gc_get_image(struct gfx_ctx *gc) in gc_get_image() 77 gc_resize(struct gfx_ctx *gc, int width, int height) in gc_resize()
|
| A D | vga.c | 30 struct gfx_ctx *gc; 160 vga_check_size(struct gfx_ctx *gc, struct vga_vdev *vd) in vga_check_size() 295 vga_render(struct gfx_ctx *gc, void *arg) in vga_render() 1287 vga_init(struct gfx_ctx *gc, int io_only) in vga_init()
|
| /devicemodel/core/ |
| A D | console.c | 33 struct gfx_ctx *gc;
|
Completed in 17 milliseconds