Home
last modified time | relevance | path

Searched defs:SDL_VideoDevice (Results 1 – 10 of 10) sorted by relevance

/dports/devel/sdl12/SDL-1.2.15/src/video/
H A DSDL_sysvideo.h51 const char *name;
118 SDL_VideoInfo info;
153 Uint16 *gamma;
195 GLuint texture;
197 int is_32bit;
268 char *wm_title;
269 char *wm_icon;
270 int offset_x;
271 int offset_y;
279 struct {
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/
H A DSDL_sysvideo.h51 const char *name;
118 SDL_VideoInfo info;
153 Uint16 *gamma;
195 GLuint texture;
197 int is_32bit;
268 char *wm_title;
269 char *wm_icon;
270 int offset_x;
271 int offset_y;
279 struct {
[all …]
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sdl/video/
H A DSDL_sysvideo.h32 typedef struct SDL_VideoDevice SDL_VideoDevice; typedef
39 struct SDL_VideoDevice { struct
42 const char *name;
44 int (*SetColors)(_THIS, int firstcolor, int ncolors,
54 SDL_Surface *screen;
55 SDL_Surface *shadow;
56 SDL_Surface *visible;
59 int offset_x;
60 int offset_y;
67 struct SDL_PrivateVideoData *hidden;
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_sysvideo.h152 struct SDL_VideoDevice struct
156 const char *name;
333 SDL_bool is_dummy;
337 int num_displays;
339 SDL_Window *windows;
341 Uint8 window_magic;
349 {
379 } gl_config;
399 {
405 } vulkan_config;
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_sysvideo.h152 struct SDL_VideoDevice struct
156 const char *name;
333 SDL_bool is_dummy;
337 int num_displays;
339 SDL_Window *windows;
341 Uint8 window_magic;
349 {
379 } gl_config;
399 {
405 } vulkan_config;
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/
H A DSDL_sysvideo.h147 struct SDL_VideoDevice struct
151 const char *name;
309 SDL_bool is_dummy;
311 int num_displays;
313 SDL_Window *windows;
315 Uint8 window_magic;
322 {
352 } gl_config;
367 {
373 } vulkan_config;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_sysvideo.h145 struct SDL_VideoDevice struct
149 const char *name;
158 int (*VideoInit) (_THIS);
292 int num_displays;
294 SDL_Window *windows;
296 Uint8 window_magic;
297 Uint32 next_object_id;
298 char * clipboard_text;
303 {
331 } gl_config;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_sysvideo.h145 struct SDL_VideoDevice struct
149 const char *name;
158 int (*VideoInit) (_THIS);
292 int num_displays;
294 SDL_Window *windows;
296 Uint8 window_magic;
297 Uint32 next_object_id;
298 char * clipboard_text;
303 {
331 } gl_config;
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/
H A DSDL_sysvideo.h145 struct SDL_VideoDevice struct
149 const char *name;
158 int (*VideoInit) (_THIS);
292 int num_displays;
294 SDL_Window *windows;
296 Uint8 window_magic;
297 Uint32 next_object_id;
298 char * clipboard_text;
303 {
331 } gl_config;
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_sysvideo-1.3.h201 struct SDL_VideoDevice struct
205 const char *name;
214 int (*VideoInit) (_THIS);
317 int num_displays;
319 int current_display;
320 Uint8 window_magic;
321 Uint8 texture_magic;
322 Uint32 next_object_id;
323 char * clipboard_text;
328 {
[all …]