Home
last modified time | relevance | path

Searched refs:qframebuffer_update (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dframebuffer.h156 qframebuffer_update( QFrameBuffer* qfbuff, int x, int y, int w, int h );
Dframebuffer.c111 qframebuffer_update( QFrameBuffer* qfbuff, int x, int y, int w, int h ) in qframebuffer_update() function
/external/qemu/hw/
Dgoldfish_fb.c275 qframebuffer_update( s->qfbuff, 0, y_first, width, y_last-y_first ); in goldfish_fb_update_display()