Searched refs:create_displaysurface (Results 1 – 2 of 2) sorted by relevance
205 DisplaySurface* (*create_displaysurface)(int width, int height); member241 return ds->allocator->create_displaysurface(width, height); in qemu_create_displaysurface()
1424 surf = da->create_displaysurface(ds_get_width(ds), ds_get_height(ds)); in register_displayallocator()