Home
last modified time | relevance | path

Searched refs:SDL_WM_SetCaption (Results 1 – 12 of 12) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
DSDL.x184 SDL_WM_SetCaption
/external/qemu/distrib/sdl-1.2.15/test/
Dtestgamma.c104 SDL_WM_SetCaption("SDL gamma test", "testgamma"); in main()
Dtestdyngl.c135 SDL_WM_SetCaption( "SDL Dynamic OpenGL Loading Test", "testdyngl" ); in main()
Dtestwm.c402 SDL_WM_SetCaption(title, "testwm"); in main()
Dtestwin.c363 SDL_WM_SetCaption("SDL test window", "testwin"); in main()
Dtestvidinfo.c354 SDL_WM_SetCaption("SDL Video Benchmark", "vidtest"); in RunVideoTests()
Dtestoverlay2.c423 SDL_WM_SetCaption("SDL test overlay: running moose", "testoverlay2"); in main()
Dtestoverlay.c480 SDL_WM_SetCaption("SDL test overlay", "testoverlay"); in main()
Dtestgl.c586 SDL_WM_SetCaption( "SDL GL test", "testgl" ); in RunGLTest()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h885 extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title, const char *icon);
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c1699 void SDL_WM_SetCaption (const char *title, const char *icon) in SDL_WM_SetCaption() function
/external/qemu/android/skin/
Dwindow.c1310 SDL_WM_SetCaption( title, title ); in skin_window_set_title()