OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocHWSurface
(Results
1 - 25
of
35
) sorted by null
1
2
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
SDL_nullvideo.c
113
device->
AllocHWSurface
= DUMMY_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h
124
int (*
AllocHWSurface
)(_THIS, SDL_Surface *surface);
SDL_surface.c
124
(video->
AllocHWSurface
(this, surface) < 0) ) {
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c
110
device->
AllocHWSurface
= Caca_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.c
121
device->
AllocHWSurface
= RISCOS_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c
101
device->
AllocHWSurface
= AA_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c
104
device->
AllocHWSurface
= DC_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c
114
device->
AllocHWSurface
= GGI_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c
136
this->
AllocHWSurface
= 0;
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c
135
device->
AllocHWSurface
= NDS_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c
115
device->
AllocHWSurface
= PG_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc
113
device->
AllocHWSurface
= QT_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c
109
device ->
AllocHWSurface
= NULL ;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c
110
this->
AllocHWSurface
= GS_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c
115
this->
AllocHWSurface
= PS3_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c
134
device->
AllocHWSurface
= SVGA_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp
198
device->
AllocHWSurface
= EPOC_AllocHWSurface;
510
return KErrNone == EpocSdlEnv::
AllocHwSurface
(TSize(surface->w, surface->h), GetDisplayMode(surface->format->BitsPerPixel));
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c
126
device->
AllocHWSurface
= WSCONS_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc
115
device->
AllocHWSurface
= BE_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c
152
device->
AllocHWSurface
= ROM_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c
103
device->
AllocHWSurface
= ph_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c
138
device->
AllocHWSurface
= VGL_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c
141
device->
AllocHWSurface
= DGA_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c
160
device->
AllocHWSurface
= GEM_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c
291
device->
AllocHWSurface
= DSp_AllocHWSurface;
[
all
...]
Completed in 623 milliseconds
1
2