HomeSort by relevance Sort by last modified time
    Searched refs:SDL_HWPALETTE (Results 1 - 25 of 32) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_gamma.c 174 if ( (screen->flags & SDL_HWPALETTE) == SDL_HWPALETTE ) {
SDL_video.c 541 SDL_ShadowSurface->flags |= SDL_HWPALETTE;
631 flags &= ~SDL_HWPALETTE;
896 ( (flags&SDL_HWPALETTE) &&
897 !(SDL_VideoSurface->flags&SDL_HWPALETTE)) ||
1051 if ( pal && !(SDL_VideoSurface->flags & SDL_HWPALETTE) ) {
1113 if ( pal && !(SDL_VideoSurface->flags & SDL_HWPALETTE) ) {
1197 if ( SDL_VideoSurface->flags & SDL_HWPALETTE ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testgamma.c 66 *flags |= SDL_HWPALETTE;
96 screen = SDL_SetVideoMode(w, h, bpp, flags | SDL_HWPALETTE);
testbitmap.c 83 videoflags |= SDL_HWPALETTE;
graywin.c 171 videoflags |= SDL_HWPALETTE;
testpalette.c 170 if((screen = SDL_SetVideoMode(SCRW, SCRH, 8, vidflags | SDL_HWPALETTE)) == NULL) {
testalpha.c 371 videoflags |= SDL_HWPALETTE;
testblitspeed.c 115 append_sdl_surface_flag(surface, f, sizeof (f), SDL_HWPALETTE);
testwin.c 323 video_flags |= SDL_HWPALETTE;
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 94 if (src->flags & SDL_HWPALETTE ) return false;
97 if (dst->flags & SDL_HWPALETTE ) return false;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 1000 flags |= SDL_HWPALETTE;
1002 if ( flags & SDL_HWPALETTE ) {
1003 screen->flags |= SDL_HWPALETTE;
1031 if(screen->flags & SDL_HWPALETTE) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 599 if ( (flags & SDL_HWPALETTE) && (flags & SDL_FULLSCREEN) )
600 current->flags |= SDL_HWPALETTE;
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimpvideo.c 99 flags |= SDL_HWPALETTE;
SDL_riscosFullScreenVideo.c 108 flags |= SDL_HWPALETTE;
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 396 current->flags |= SDL_HWPALETTE;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 443 current->flags |= SDL_HWPALETTE;
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 684 modeflags |= SDL_SWSURFACE|SDL_HWPALETTE;
687 modeflags |= SDL_SWSURFACE|SDL_HWPALETTE;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 538 current->flags|=SDL_HWPALETTE;
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 365 current->flags |= SDL_HWPALETTE;
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 912 if ( screen_pal && (flags & (SDL_FULLSCREEN|SDL_HWPALETTE)) ) {
917 video->flags |= SDL_HWPALETTE;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c     [all...]

Completed in 1412 milliseconds

1 2