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

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 193 if ( flags & SDL_ASYNCBLIT ) {
200 screen->flags |= SDL_ASYNCBLIT;
247 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
269 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
304 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
485 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
304 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
485 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
304 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
485 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 132 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
153 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
308 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
487 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
304 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
485 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 563 current->flags |= SDL_ASYNCBLIT;
  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/cybergfx/
SDL_cgximage.c 143 if ( flags & SDL_ASYNCBLIT ) {
145 screen->flags |= SDL_ASYNCBLIT;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 821 current->flags |= SDL_ASYNCBLIT;
    [all...]

Completed in 101 milliseconds