OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blit_sw
(Results
1 - 10
of
10
) sorted by null
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_VideoInfo.3
13
Uint32
blit_sw
:1;
/external/qemu/distrib/sdl-1.2.15/docs/html/
sdlvideoinfo.html
99
Uint32
blit_sw
:1;
207
>
blit_sw
</I
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c
264
hw_blit_ok = current_video->info.
blit_sw
;
/external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c
61
print_tf_state(" accelerated software->hardware blits", info->
blit_sw
);
testvidinfo.c
442
if ( info->
blit_sw
) {
/external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h
179
Uint32
blit_sw
:1; /**< Flag: Accelerated blits SW --> HW */
member in struct:SDL_VideoInfo
[
all
...]
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h
179
Uint32
blit_sw
:1; /**< Flag: Accelerated blits SW --> HW */
member in struct:SDL_VideoInfo
[
all
...]
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h
179
Uint32
blit_sw
:1; /**< Flag: Accelerated blits SW --> HW */
member in struct:SDL_VideoInfo
[
all
...]
/prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h
179
Uint32
blit_sw
:1; /**< Flag: Accelerated blits SW --> HW */
member in struct:SDL_VideoInfo
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c
887
this->info.
blit_sw
= 1;
[
all
...]
Completed in 100 milliseconds