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

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 144 SDL_Flip
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 325 * SDL_Flip(). This is usually slower than the normal single-buffering
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 325 * SDL_Flip(). This is usually slower than the normal single-buffering
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen);
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 325 * SDL_Flip(). This is usually slower than the normal single-buffering
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen);
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 329 * SDL_Flip(). This is usually slower than the normal single-buffering
375 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen);
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 325 * SDL_Flip(). This is usually slower than the normal single-buffering
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 503 SDL_Flip(surface);
506 SDL_Flip(surface);
1083 int SDL_Flip(SDL_Surface *screen)
    [all...]

Completed in 302 milliseconds