HomeSort by relevance Sort by last modified time
    Searched refs:SDL_CPal (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_lowvideo.h 59 PaletteHandle SDL_CPal;
93 #define SDL_CPal (this->hidden->SDL_CPal)
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 237 SDL_CPal = NewPalette(256, SDL_CTab, pmExplicit+pmTolerant, 0);
568 SetPalette(SDL_Window, SDL_CPal, false);
726 if ( SDL_CPal != nil ) {
727 DisposePalette(SDL_CPal);
728 SDL_CPal = nil;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c     [all...]

Completed in 224 milliseconds