Home | History | Annotate | Download | only in SDL

Lines Matching refs:flags

101 	Uint32 flags;				/* Read-only */
128 /* These are the currently supported flags for the SDL_surface */
153 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
200 /* Special flags */
225 /* flags for SDL_SetPalette() */
244 extern DECLSPEC int SDLCALL SDL_VideoInit(const char *driver_name, Uint32 flags);
280 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, int height, int bpp, Uint32 flags);
284 * given format and video flags, sorted largest to smallest. Returns
291 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
298 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
303 * If SDL_HWSURFACE is set in 'flags', the video surface will be placed in
308 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
312 * If SDL_HWPALETTE is set in 'flags', the SDL library will guarantee
321 * If SDL_FULLSCREEN is set in 'flags', the SDL library will try to set
327 * If SDL_DOUBLEBUF is set in 'flags', the SDL library will try to set up
334 * If SDL_RESIZABLE is set in 'flags', the SDL library will allow the
340 * If SDL_NOFRAME is set in 'flags', the SDL library will create a window
346 * If you rely on functionality provided by certain video flags, check the
347 * flags of the returned surface to make sure that functionality is available.
348 * SDL will fall back to reduced functionality if the exact flags you wanted
352 (int width, int height, int bpp, Uint32 flags);
422 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
432 * 'flags' is one or both of:
444 * flags = (SDL_LOGPAL|SDL_PHYSPAL).
446 extern DECLSPEC int SDLCALL SDL_SetPalette(SDL_Surface *surface, int flags,
478 * flags '[RGB]mask'.
481 * The 'flags' tell what kind of surface to create.
504 * will be set in the flags member of the returned surface. If for some
510 (Uint32 flags, int width, int height, int depth,
616 * The 'flags' parameter is passed to SDL_CreateRGBSurface() and has those
617 * semantics. You can also pass SDL_RLEACCEL in the flags parameter and
624 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags);
863 * attribute based on the flags parameter - if SDL_FULLSCREEN is not