OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnlockHWSurface
(Results
1 - 25
of
32
) sorted by null
1
2
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c
119
device->
UnlockHWSurface
= DUMMY_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h
142
void (*
UnlockHWSurface
)(_THIS, SDL_Surface *surface);
SDL_surface.c
778
video->
UnlockHWSurface
(this, surface);
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c
127
device->
UnlockHWSurface
= RISCOS_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c
107
device->
UnlockHWSurface
= AA_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c
110
device->
UnlockHWSurface
= DC_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c
120
device->
UnlockHWSurface
= GGI_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c
142
this->
UnlockHWSurface
= 0;
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c
121
device->
UnlockHWSurface
= PG_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc
119
device->
UnlockHWSurface
= QT_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m
127
device->
UnlockHWSurface
= QZ_UnlockHWSurface;
359
this->
UnlockHWSurface
= NULL;
480
this->
UnlockHWSurface
= QZ_UnlockHWSurface;
494
this->
UnlockHWSurface
= NULL;
500
this->
UnlockHWSurface
= QZ_UnlockDoubleBuffer;
838
this->
UnlockHWSurface
= QZ_UnlockWindow;
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c
115
device ->
UnlockHWSurface
= NULL ;
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c
116
this->
UnlockHWSurface
= GS_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c
140
device->
UnlockHWSurface
= SVGA_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c
128
device->
UnlockHWSurface
= WSCONS_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc
122
device->
UnlockHWSurface
= BE_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c
158
device->
UnlockHWSurface
= ROM_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c
109
device->
UnlockHWSurface
= ph_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c
145
device->
UnlockHWSurface
= VGL_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c
175
device->
UnlockHWSurface
= XBIOS_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c
220
device->
UnlockHWSurface
= CGX_UnlockHWSurface;
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c
152
device->
UnlockHWSurface
= DGA_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp
165
device->
UnlockHWSurface
= EPOC_UnlockHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c
290
device->
UnlockHWSurface
= GAPI_UnlockHWSurface;
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c
162
device->
UnlockHWSurface
= GEM_UnlockHWSurface;
Completed in 212 milliseconds
1
2