Lines Matching refs:flags
89 Uint32 flags; /* Read-only */
116 /* These are the currently supported flags for the SDL_surface */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
194 /* Special flags */
221 /* flags for SDL_SetPalette() */
240 extern DECLSPEC int SDLCALL SDL_VideoInit(const char *driver_name, Uint32 flags);
276 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, int height, int bpp, Uint32 flags);
280 * given format and video flags, sorted largest to smallest. Returns
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
294 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
299 * If SDL_HWSURFACE is set in 'flags', the video surface will be placed in
304 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
308 * If SDL_HWPALETTE is set in 'flags', the SDL library will guarantee
317 * If SDL_FULLSCREEN is set in 'flags', the SDL library will try to set
323 * If SDL_DOUBLEBUF is set in 'flags', the SDL library will try to set up
330 * If SDL_RESIZABLE is set in 'flags', the SDL library will allow the
336 * If SDL_NOFRAME is set in 'flags', the SDL library will create a window
342 * If you rely on functionality provided by certain video flags, check the
343 * flags of the returned surface to make sure that functionality is available.
344 * SDL will fall back to reduced functionality if the exact flags you wanted
348 (int width, int height, int bpp, Uint32 flags);
418 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
428 * 'flags' is one or both of:
440 * flags = (SDL_LOGPAL|SDL_PHYSPAL).
442 extern DECLSPEC int SDLCALL SDL_SetPalette(SDL_Surface *surface, int flags,
476 * flags '[RGB]mask'.
479 * The 'flags' tell what kind of surface to create.
502 * will be set in the flags member of the returned surface. If for some
508 (Uint32 flags, int width, int height, int depth,
614 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
615 * semantics. You can also pass SDL_RLEACCEL in the flags parameter and
622 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags);
857 * attribute based on the flags parameter - if SDL_FULLSCREEN is not