Home
last modified time | relevance | path

Searched refs:blend (Results 1 - 8 of 8) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb.c291 struct fb_overlayblend_s *blend = (struct fb_overlayblend_s *)((uintptr_t)arg); in fb_ioctl() local
292 DEBUGASSERT(fb->vtable != NULL && fb->vtable->blend != NULL); in fb_ioctl()
293 ret = fb->vtable->blend(fb->vtable, &blend); in fb_ioctl()
H A Dfb.h209 # define FB_ACCL_BLEND 0x20 /* Hardware blend support */
379 /* This structure describes blend operation */
548 * blend operation between overlays.
551 int (*blend)(struct fb_vtable_s *vtable, const struct fb_overlayblend_s *blend); member
/device/soc/rockchip/common/hardware/rga/include/
H A Ddrmrga.h126 unsigned int blend; member
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Ddrmrga.h127 unsigned int blend; member
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Ddrmrga.h127 unsigned int blend; member
/device/soc/rockchip/rk3588/hardware/rga/include/
H A Ddrmrga.h158 unsigned int blend; member
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtgpu.c767 .blend = (int (*)(struct fb_vtable_s *, const struct fb_overlayblend_s *))FbDummy,
/device/qemu/drivers/virtio/
H A Dvirtgpu.c779 .blend = (int (*)(struct fb_vtable_s *, const struct fb_overlayblend_s *))FbDummy,

Completed in 8 milliseconds