OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_create_displaysurface
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
console.h
155
static inline DisplaySurface*
qemu_create_displaysurface
(DisplayState *ds, int width, int height)
function
console.c
[
all
...]
vl-android.c
[
all
...]
vl.c
[
all
...]
/external/qemu/android/
main.c
568
ds->surface =
qemu_create_displaysurface
(ds, width, height);
[
all
...]
Completed in 59 milliseconds