OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_ASYNCBLIT
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h
133
#define
SDL_ASYNCBLIT
0x00000004 /**< Use asynchronous blits if possible */
163
((surface->flags & (SDL_HWSURFACE|
SDL_ASYNCBLIT
|SDL_RLEACCEL)) != 0))
341
* If
SDL_ASYNCBLIT
is set in 'flags', SDL will try to perform rectangle
532
*
SDL_ASYNCBLIT
means that SDL will try to perform asynchronous blits with
[
all
...]
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h
133
#define
SDL_ASYNCBLIT
0x00000004 /**< Use asynchronous blits if possible */
163
((surface->flags & (SDL_HWSURFACE|
SDL_ASYNCBLIT
|SDL_RLEACCEL)) != 0))
341
* If
SDL_ASYNCBLIT
is set in 'flags', SDL will try to perform rectangle
532
*
SDL_ASYNCBLIT
means that SDL will try to perform asynchronous blits with
[
all
...]
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h
133
#define
SDL_ASYNCBLIT
0x00000004 /**< Use asynchronous blits if possible */
163
((surface->flags & (SDL_HWSURFACE|
SDL_ASYNCBLIT
|SDL_RLEACCEL)) != 0))
341
* If
SDL_ASYNCBLIT
is set in 'flags', SDL will try to perform rectangle
532
*
SDL_ASYNCBLIT
means that SDL will try to perform asynchronous blits with
[
all
...]
/prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h
133
#define
SDL_ASYNCBLIT
0x00000004 /**< Use asynchronous blits if possible */
163
((surface->flags & (SDL_HWSURFACE|
SDL_ASYNCBLIT
|SDL_RLEACCEL)) != 0))
341
* If
SDL_ASYNCBLIT
is set in 'flags', SDL will try to perform rectangle
532
*
SDL_ASYNCBLIT
means that SDL will try to perform asynchronous blits with
[
all
...]
Completed in 350 milliseconds