Home
last modified time | relevance | path

Searched refs:SDL_LOGPAL (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
Dtestpalette.c202 SDL_SetPalette(screen, SDL_LOGPAL, in main()
204 SDL_SetPalette(screen, SDL_LOGPAL, wavemap, boatcols, 64); in main()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c1279 which |= SDL_PHYSPAL | SDL_LOGPAL; in SDL_SetPalette()
1294 if ( which & SDL_LOGPAL ) { in SDL_SetPalette()
1310 if ( !video->physpal && !(which & SDL_LOGPAL) ) { in SDL_SetPalette()
1337 return SDL_SetPalette(screen, SDL_LOGPAL | SDL_PHYSPAL, in SDL_SetColors()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h252 #define SDL_LOGPAL 0x01 macro
/external/qemu/distrib/sdl-1.2.15/
DWhatsNew125 a flag argument of (SDL_LOGPAL|SDL_PHYSPAL).