OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_RLEACCEL
(Results
1 - 4
of
4
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h
54
#define
SDL_RLEACCEL
0x00000002 /**< Surface is RLE encoded */
61
#define SDL_MUSTLOCK(S) (((S)->flags &
SDL_RLEACCEL
) != 0)
222
* You can pass
SDL_RLEACCEL
to enable RLE accelerated blits.
355
* semantics. You can also pass ::
SDL_RLEACCEL
in the flags parameter and
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h
54
#define
SDL_RLEACCEL
0x00000002 /**< Surface is RLE encoded */
61
#define SDL_MUSTLOCK(S) (((S)->flags &
SDL_RLEACCEL
) != 0)
222
* You can pass
SDL_RLEACCEL
to enable RLE accelerated blits.
355
* semantics. You can also pass ::
SDL_RLEACCEL
in the flags parameter and
/prebuilts/misc/windows/sdl2/include/
SDL_surface.h
54
#define
SDL_RLEACCEL
0x00000002 /**< Surface is RLE encoded */
61
#define SDL_MUSTLOCK(S) (((S)->flags &
SDL_RLEACCEL
) != 0)
222
* You can pass
SDL_RLEACCEL
to enable RLE accelerated blits.
355
* semantics. You can also pass ::
SDL_RLEACCEL
in the flags parameter and
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h
54
#define
SDL_RLEACCEL
0x00000002 /**< Surface is RLE encoded */
61
#define SDL_MUSTLOCK(S) (((S)->flags &
SDL_RLEACCEL
) != 0)
222
* You can pass
SDL_RLEACCEL
to enable RLE accelerated blits.
355
* semantics. You can also pass ::
SDL_RLEACCEL
in the flags parameter and
Completed in 35 milliseconds