HomeSort by relevance Sort by last modified time
    Searched refs:SDL_ASYNCBLIT (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c 191 if ( flags & SDL_ASYNCBLIT ) {
198 screen->flags |= SDL_ASYNCBLIT;
245 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
267 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 563 current->flags |= SDL_ASYNCBLIT;
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 113 append_sdl_surface_flag(surface, f, sizeof (f), SDL_ASYNCBLIT);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 740 if ( surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT) ) {
775 if ( surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 898 current->flags |= SDL_ASYNCBLIT;
    [all...]

Completed in 208 milliseconds