Searched refs:bitspp (Results 1 – 2 of 2) sorted by relevance
473 void android_display_reset(DisplayState* ds, int width, int height, int bitspp);
1808 android_display_reset(DisplayState* ds, int width, int height, int bitspp) in android_display_reset() argument1811 int bytespp = (bitspp+7)/8; in android_display_reset()1821 surface->pf = qemu_default_pixelformat(bitspp); in android_display_reset()