Home
last modified time | relevance | path

Searched refs:create_displaysurface (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dconsole.h205 DisplaySurface* (*create_displaysurface)(int width, int height); member
241 return ds->allocator->create_displaysurface(width, height); in qemu_create_displaysurface()
Dconsole.c1424 surf = da->create_displaysurface(ds_get_width(ds), ds_get_height(ds)); in register_displayallocator()