Home
last modified time | relevance | path

Searched defs:SDL_WindowData (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.h35 typedef struct SDL_WindowData struct
53 } SDL_WindowData; argument
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.h32 typedef struct SDL_WindowData SDL_WindowData; typedef
112 struct SDL_WindowData struct
114 SDL_Window *window;
115 NSWindow *nswindow;
116 NSView *sdlContentView;
117 NSMutableArray *nscontexts;
118 SDL_bool created;
119 SDL_bool inWindowFullscreenTransition;
120 Cocoa_WindowListener *listener;
121 struct SDL_VideoData *videodata;
[all …]
A DSDL_cocoawindow.m318 {
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.h46 typedef struct SDL_WindowData struct
56 } SDL_WindowData; argument
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.h45 typedef struct SDL_WindowData struct
57 } SDL_WindowData; argument
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.h65 typedef struct SDL_WindowData struct
78 } SDL_WindowData; argument
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.h59 typedef struct SDL_WindowData struct
63 } SDL_WindowData; argument
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo_cpp.h94 struct SDL_WindowData struct
96 SDL_Window *sdlWindow;
97 Platform::Agile<Windows::UI::Core::CoreWindow> coreWindow;
99 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.h46 typedef struct SDL_WindowData struct
50 } SDL_WindowData; argument
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidwindow.h45 } SDL_WindowData; typedef
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitwindow.m45 @implementation SDL_WindowData implementation
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.h57 } SDL_WindowData; typedef
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.h74 } SDL_WindowData; typedef
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandwindow.h84 } SDL_WindowData; typedef

Completed in 14 milliseconds