Home
last modified time | relevance | path

Searched refs:SDL_windowid (Results 1 – 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nxvideo.h56 char * SDL_windowid ; member
78 #define SDL_windowid (this -> hidden -> SDL_windowid) macro
DSDL_nxvideo.c161 if (SDL_windowid) { in create_aux_windows()
242 SDL_windowid = getenv ("SDL_WINDOWID") ; in NX_VideoInit()
279 if (! SDL_windowid) { in NX_DestroyWindow()
311 if (SDL_windowid) { in NX_CreateWindow()
312 SDL_Window = SDL_strtol (SDL_windowid, NULL, 0) ; in NX_CreateWindow()
322 if (! SDL_windowid) { in NX_CreateWindow()
343 if (! SDL_windowid) { in NX_CreateWindow()
427 if (SDL_windowid) return 0 ; in NX_ToggleFullScreen()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.h69 char *SDL_windowid; /* Flag: true if we have been passed a window */ member
176 #define SDL_windowid (this->hidden->SDL_windowid) macro
DSDL_x11video.c339 if ( SDL_windowid ) { in create_aux_windows()
341 WMwindow = SDL_strtol(SDL_windowid, NULL, 0); in create_aux_windows()
710 SDL_windowid = SDL_getenv("SDL_WINDOWID"); in X11_VideoInit()
736 if ( ! SDL_windowid ) { in X11_DestroyWindow()
930 if ( SDL_windowid ) { in X11_CreateWindow()
931 SDL_Window = SDL_strtol(SDL_windowid, NULL, 0); in X11_CreateWindow()
946 } else if ( SDL_windowid ) { in X11_CreateWindow()
1041 if( !SDL_windowid ) { in X11_CreateWindow()
1049 if ( !SDL_windowid ) { in X11_CreateWindow()
1094 if( !SDL_windowid ) { in X11_CreateWindow()
[all …]
DSDL_x11gl.c118 if ( SDL_windowid ) { in X11_GL_GetVisual()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_lowvideo.h89 extern BOOL SDL_windowid;
DSDL_wingl.c44 if ( !SDL_windowid && SDL_strcmp(this->name, "windib") == 0 ) { in WIN_GL_ResetWindow()
DSDL_sysevents.c710 BOOL SDL_windowid = FALSE; variable
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibevents.c649 SDL_windowid = (windowid != NULL); in DIB_CreateWindow()
650 if ( SDL_windowid ) { in DIB_CreateWindow()
692 if ( SDL_windowid ) { in DIB_DestroyWindow()
DSDL_dibvideo.c530 if ( !SDL_windowid && !IsZoomed(SDL_Window) ) {
532 if ( !SDL_windowid ) {
843 if ( !SDL_windowid )
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5events.c948 SDL_windowid = (windowid != NULL); in DX5_CreateWindow()
949 if ( SDL_windowid ) { in DX5_CreateWindow()
993 if ( SDL_windowid ) { in DX5_DestroyWindow()
DSDL_dx5video.c1189 if ( !SDL_windowid )
1193 if ( !SDL_windowid && !IsZoomed(SDL_Window) ) {
1280 if ( !SDL_windowid )
1599 if ( !SDL_windowid && !IsZoomed(SDL_Window) ) {
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.c747 if (!SDL_windowid) in GAPI_SetVideoMode()