OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_HWPALETTE
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h
139
#define
SDL_HWPALETTE
0x20000000 /**< Surface has exclusive palette */
345
* If
SDL_HWPALETTE
is set in 'flags', the SDL library will guarantee
461
*
SDL_HWPALETTE
was set in SDL_SetVideoMode() flags, SDL_SetColors()
477
* palettes is only possible if the screen has
SDL_HWPALETTE
set.
[
all
...]
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h
139
#define
SDL_HWPALETTE
0x20000000 /**< Surface has exclusive palette */
345
* If
SDL_HWPALETTE
is set in 'flags', the SDL library will guarantee
461
*
SDL_HWPALETTE
was set in SDL_SetVideoMode() flags, SDL_SetColors()
477
* palettes is only possible if the screen has
SDL_HWPALETTE
set.
[
all
...]
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h
139
#define
SDL_HWPALETTE
0x20000000 /**< Surface has exclusive palette */
345
* If
SDL_HWPALETTE
is set in 'flags', the SDL library will guarantee
461
*
SDL_HWPALETTE
was set in SDL_SetVideoMode() flags, SDL_SetColors()
477
* palettes is only possible if the screen has
SDL_HWPALETTE
set.
[
all
...]
/prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h
139
#define
SDL_HWPALETTE
0x20000000 /**< Surface has exclusive palette */
345
* If
SDL_HWPALETTE
is set in 'flags', the SDL library will guarantee
461
*
SDL_HWPALETTE
was set in SDL_SetVideoMode() flags, SDL_SetColors()
477
* palettes is only possible if the screen has
SDL_HWPALETTE
set.
[
all
...]
Completed in 37 milliseconds