Searched refs:SDL_HWPALETTE (Results 1 – 21 of 21) sorted by relevance
174 if ( (screen->flags & SDL_HWPALETTE) == SDL_HWPALETTE ) { in SDL_SetGammaRamp()
533 SDL_ShadowSurface->flags |= SDL_HWPALETTE; in SDL_CreateShadowSurface()615 flags &= ~SDL_HWPALETTE; in SDL_SetVideoMode()879 ( (flags&SDL_HWPALETTE) && in SDL_SetVideoMode()880 !(SDL_VideoSurface->flags&SDL_HWPALETTE)) || in SDL_SetVideoMode()1029 if ( pal && !(SDL_VideoSurface->flags & SDL_HWPALETTE) ) { in SDL_UpdateRects()1091 if ( pal && !(SDL_VideoSurface->flags & SDL_HWPALETTE) ) { in SDL_Flip()1175 if ( SDL_VideoSurface->flags & SDL_HWPALETTE ) { in SetPalette_physical()1255 } else if ( (screen->flags & SDL_HWPALETTE) != SDL_HWPALETTE ) { in SDL_SetPalette()
980 flags |= SDL_HWPALETTE; in X11_CreateWindow()982 if ( flags & SDL_HWPALETTE ) { in X11_CreateWindow()983 screen->flags |= SDL_HWPALETTE; in X11_CreateWindow()1011 if(screen->flags & SDL_HWPALETTE) { in X11_CreateWindow()1359 if ( (this->screen->flags & SDL_HWPALETTE) == SDL_HWPALETTE ) { in X11_SetColors()
778 flags |= SDL_HWPALETTE; in CGX_CreateWindow()780 if ( flags & SDL_HWPALETTE ) in CGX_CreateWindow()781 screen->flags |= SDL_HWPALETTE; in CGX_CreateWindow()1242 if ( (this->screen->flags & SDL_HWPALETTE) && currently_fullscreen ) in CGX_SetColors()
599 if ( (flags & SDL_HWPALETTE) && (flags & SDL_FULLSCREEN) ) in ROM_SetVideoMode()600 current->flags |= SDL_HWPALETTE; in ROM_SetVideoMode()
544 modeflags |= SDL_SWSURFACE|SDL_HWPALETTE; in XBIOS_SetVideoMode()547 modeflags |= SDL_SWSURFACE|SDL_HWPALETTE; in XBIOS_SetVideoMode()
123 #define SDL_HWPALETTE 0x20000000 /* Surface has exclusive palette */ macro
99 flags |= SDL_HWPALETTE; in WIMP_SetVideoMode()
108 flags |= SDL_HWPALETTE; in FULLSCREEN_SetVideoMode()
396 current->flags |= SDL_HWPALETTE; in SVGA_SetVideoMode()
538 current->flags|=SDL_HWPALETTE; in ph_SetVideoMode()
775 if ( screen_pal && (flags & (SDL_FULLSCREEN|SDL_HWPALETTE)) ) {779 video->flags |= SDL_HWPALETTE;
367 current->flags |= SDL_HWPALETTE; in VGL_SetVideoMode()
366 current->flags = (SDL_FULLSCREEN|SDL_SWSURFACE|SDL_PREALLOC|SDL_HWPALETTE); in EPOC_SetVideoMode()
1049 current->flags |= SDL_HWPALETTE; in FB_SetVideoMode()1612 !(this->screen->flags & SDL_HWPALETTE) ) { in FB_SetColors()
527 current->flags |= SDL_HWPALETTE; in DGA_SetVideoMode()
704 modeflags |= SDL_HWPALETTE; in GEM_SetVideoMode()
930 current->flags |= SDL_HWPALETTE; in DSp_SetVideoMode()
699 current->flags |= SDL_HWPALETTE; in DirectFB_SetVideoMode()
1542 video->flags |= SDL_HWPALETTE;
519 current->flags |= SDL_HWPALETTE;