Searched refs:SDL_WM_SetCaption (Results 1 – 12 of 12) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/ |
D | SDL.x | 184 SDL_WM_SetCaption
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testgamma.c | 104 SDL_WM_SetCaption("SDL gamma test", "testgamma"); in main()
|
D | testdyngl.c | 135 SDL_WM_SetCaption( "SDL Dynamic OpenGL Loading Test", "testdyngl" ); in main()
|
D | testwm.c | 402 SDL_WM_SetCaption(title, "testwm"); in main()
|
D | testwin.c | 363 SDL_WM_SetCaption("SDL test window", "testwin"); in main()
|
D | testvidinfo.c | 354 SDL_WM_SetCaption("SDL Video Benchmark", "vidtest"); in RunVideoTests()
|
D | testoverlay2.c | 423 SDL_WM_SetCaption("SDL test overlay: running moose", "testoverlay2"); in main()
|
D | testoverlay.c | 480 SDL_WM_SetCaption("SDL test overlay", "testoverlay"); in main()
|
D | testgl.c | 586 SDL_WM_SetCaption( "SDL GL test", "testgl" ); in RunGLTest()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_video.h | 885 extern DECLSPEC void SDLCALL SDL_WM_SetCaption(const char *title, const char *icon);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_video.c | 1699 void SDL_WM_SetCaption (const char *title, const char *icon) in SDL_WM_SetCaption() function
|
/external/qemu/android/skin/ |
D | window.c | 1310 SDL_WM_SetCaption( title, title ); in skin_window_set_title()
|