Home
last modified time | relevance | path

Searched refs:blit (Results 1 - 4 of 4) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb.c283 struct fb_overlayblit_s *blit = (struct fb_overlayblit_s *)((uintptr_t)arg); in fb_ioctl() local
284 DEBUGASSERT(fb->vtable != NULL && fb->vtable->blit != NULL); in fb_ioctl()
285 ret = fb->vtable->blit(fb->vtable, &blit); in fb_ioctl()
H A Dfb.h208 # define FB_ACCL_BLIT 0x10 /* Hardware blit support */
372 /* This structure describes blit operation */
542 * blit operation between overlays.
545 int (*blit)(struct fb_vtable_s *vtable, const struct fb_overlayblit_s *blit); member
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtgpu.c766 .blit = (int (*)(struct fb_vtable_s *, const struct fb_overlayblit_s *))FbDummy,
/device/qemu/drivers/virtio/
H A Dvirtgpu.c778 .blit = (int (*)(struct fb_vtable_s *, const struct fb_overlayblit_s *))FbDummy,

Completed in 6 milliseconds