Searched refs:qframebuffer_update (Results 1 – 5 of 5) sorted by relevance
/external/qemu/android/ |
D | display.c | 59 qframebuffer_update(qfbuff, x, y, w, h); in android_display_update()
|
D | framebuffer.h | 167 qframebuffer_update( QFrameBuffer* qfbuff, int x, int y, int w, int h );
|
D | framebuffer.c | 151 qframebuffer_update( QFrameBuffer* qfbuff, int x, int y, int w, int h ) in qframebuffer_update() function
|
/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/android/protocol/ |
D | fb-updates-impl.c | 96 qframebuffer_update(fb, x, y, w, h); in _update_rect()
|