OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_VideoDevice
(Results
1 - 25
of
87
) sorted by null
1
2
3
4
/external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.h
32
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.h
30
#define _THIS
SDL_VideoDevice
*this
SDL_nullvideo.c
79
static void DUMMY_DeleteDevice(
SDL_VideoDevice
*device)
85
static
SDL_VideoDevice
*DUMMY_CreateDevice(int devindex)
87
SDL_VideoDevice
*device;
90
device = (
SDL_VideoDevice
*)SDL_malloc(sizeof(
SDL_VideoDevice
));
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataridevmouse_c.h
36
#define _THIS
SDL_VideoDevice
*this
SDL_biosevents_c.h
36
#define _THIS
SDL_VideoDevice
*this
SDL_gemdosevents_c.h
36
#define _THIS
SDL_VideoDevice
*this
SDL_ikbdevents_c.h
36
#define _THIS
SDL_VideoDevice
*this
SDL_xbiosevents_c.h
36
#define _THIS
SDL_VideoDevice
*this
SDL_atarievents_c.h
36
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.h
32
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.h
38
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuvfuncs.h
30
#define _THIS
SDL_VideoDevice
*_this
SDL_gamma.c
96
SDL_VideoDevice
*video = current_video;
97
SDL_VideoDevice
*this = current_video;
122
SDL_VideoDevice
*video = current_video;
123
SDL_VideoDevice
*this = current_video;
147
SDL_VideoDevice
*video = current_video;
148
SDL_VideoDevice
*this = current_video;
198
SDL_VideoDevice
*video = current_video;
199
SDL_VideoDevice
*this = current_video;
SDL_video.c
129
SDL_VideoDevice
*current_video = NULL;
134
void SDL_GL_UpdateRectsLock(
SDL_VideoDevice
* this, int numrects, SDL_Rect* rects);
147
SDL_VideoDevice
*video;
327
SDL_VideoDevice
*video = current_video;
328
SDL_VideoDevice
*this = current_video;
573
SDL_VideoDevice
*video, *this;
1018
SDL_VideoDevice
*video = current_video;
1019
SDL_VideoDevice
*this = current_video;
1085
SDL_VideoDevice
*video = current_video;
1126
SDL_VideoDevice
*this = current_video
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.h
32
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxgl_c.h
28
#define _THIS
SDL_VideoDevice
*_this
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.h
32
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.h
31
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m
87
SDL_VideoDevice
*this = (
SDL_VideoDevice
*)current_video;
113
SDL_VideoDevice
*this = (
SDL_VideoDevice
*)current_video;
163
SDL_VideoDevice
*this = (
SDL_VideoDevice
*)current_video;
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_lowvideo.h
32
#define _THIS
SDL_VideoDevice
*_this
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.h
40
#define _THIS
SDL_VideoDevice
*_this
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.h
36
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.h
38
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.h
34
#define _THIS
SDL_VideoDevice
*this
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.h
44
#define _THIS
SDL_VideoDevice
*_this
Completed in 520 milliseconds
1
2
3
4