Searched refs:fbaddr (Results 1 – 2 of 2) sorted by relevance
16 gc_init(int width, int height, void *fbaddr) in gc_init() argument28 if (fbaddr) { in gc_init()29 gc_image->data = fbaddr; in gc_init()60 gc_set_fbaddr(struct gfx_ctx *gc, void *fbaddr) in gc_set_fbaddr() argument63 if (gc->gc_image->data && gc->gc_image->data != fbaddr) in gc_set_fbaddr()65 gc->gc_image->data = fbaddr; in gc_set_fbaddr()
47 struct gfx_ctx *gc_init(int width, int height, void *fbaddr);49 void gc_set_fbaddr(struct gfx_ctx *gc, void *fbaddr);
Completed in 2 milliseconds