OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_FULLSCREEN
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h
141
#define
SDL_FULLSCREEN
0x80000000 /**< Surface is a full screen display */
354
* If
SDL_FULLSCREEN
is set in 'flags', the SDL library will try to set
[
all
...]
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h
141
#define
SDL_FULLSCREEN
0x80000000 /**< Surface is a full screen display */
354
* If
SDL_FULLSCREEN
is set in 'flags', the SDL library will try to set
[
all
...]
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h
141
#define
SDL_FULLSCREEN
0x80000000 /**< Surface is a full screen display */
354
* If
SDL_FULLSCREEN
is set in 'flags', the SDL library will try to set
[
all
...]
/prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h
141
#define
SDL_FULLSCREEN
0x80000000 /**< Surface is a full screen display */
354
* If
SDL_FULLSCREEN
is set in 'flags', the SDL library will try to set
[
all
...]
Completed in 82 milliseconds