32#ifndef __COMMAND_2D_H__
33#define __COMMAND_2D_H__
void virtio_cmd2d_create(int resource_id, int width, int height)
virtio_cmd2d_create2d – create a 2d resource
Definition cmd2d.cpp:42
void virt_gpu_transfer_to_host2d(VirtioCommonCfg *cfg, int resource_id, int x, int y, int w, int h)
virt_gpu_transfer_to_host2d – transfer buffers from guest to host
Definition virtscreen.cpp:141
void virt_gpu_flush_rect(VirtioCommonCfg *cfg, int resource_id, int x, int y, int w, int h)
virt_gpu_flush_rect – flush graphics from guest to host only with given rect area
Definition virtscreen.cpp:175