Searched refs:qframebuffer_update (Results 1 – 4 of 4) sorted by relevance
/external/qemu/docs/ |
D | ANDROID-FRAMEBUFFER.TXT | 28 send them to the UI through qframebuffer_update(). More on this later. 51 qframebuffer_update(fb, up.x, up.y, up.w, up.h)
|
/external/qemu/ |
D | framebuffer.h | 156 qframebuffer_update( QFrameBuffer* qfbuff, int x, int y, int w, int h );
|
D | framebuffer.c | 111 qframebuffer_update( QFrameBuffer* qfbuff, int x, int y, int w, int h ) in qframebuffer_update() function
|
/external/qemu/hw/ |
D | goldfish_fb.c | 275 qframebuffer_update( s->qfbuff, 0, y_first, width, y_last-y_first ); in goldfish_fb_update_display()
|