HomeSort by relevance Sort by last modified time
    Searched refs:SDL_SetVideoMode (Results 26 - 37 of 37) sorted by null

12

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 129 /** Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
136 /** Available for SDL_SetVideoMode() */
296 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt'
307 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
311 * SDL_SetVideoMode()
370 * and you must respond to the event by re-calling SDL_SetVideoMode()
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
410 * The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode() when
461 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
520 * Allocate and free an RGB surface (must be called after SDL_SetVideoMode)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 284 dest = SDL_SetVideoMode(dstw, dsth, dstbpp, dstflags);
testvidinfo.c 365 screen = SDL_SetVideoMode(mode_list[i].w,
testwin.c 346 screen = SDL_SetVideoMode(w, h, desired_bpp, video_flags);
testgl.c 546 if ( SDL_SetVideoMode( w, h, bpp, video_flags ) == NULL ) {
testoverlay.c 463 screen = SDL_SetVideoMode(w, h, desired_bpp, video_flags);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 129 /** Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
136 /** Available for SDL_SetVideoMode() */
296 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt'
307 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
311 * SDL_SetVideoMode()
370 * and you must respond to the event by re-calling SDL_SetVideoMode()
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
410 * The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode() when
461 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
520 * Allocate and free an RGB surface (must be called after SDL_SetVideoMode)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 129 /** Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
136 /** Available for SDL_SetVideoMode() */
296 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt'
307 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
311 * SDL_SetVideoMode()
370 * and you must respond to the event by re-calling SDL_SetVideoMode()
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
410 * The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode() when
461 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
520 * Allocate and free an RGB surface (must be called after SDL_SetVideoMode)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 129 /** Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
136 /** Available for SDL_SetVideoMode() */
296 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt'
307 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
311 * SDL_SetVideoMode()
370 * and you must respond to the event by re-calling SDL_SetVideoMode()
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
410 * The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode() when
461 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
520 * Allocate and free an RGB surface (must be called after SDL_SetVideoMode)
    [all...]
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 169 SDL_Surface *surface = SDL_SetVideoMode(WINDOW_WIDTH,WINDOW_HEIGHT, 32, SDL_HWSURFACE);
  /external/qemu/android/skin/
window.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 260 SDL_PublicSurface = NULL; /* Until SDL_SetVideoMode() */
352 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
583 SDL_Surface * SDL_SetVideoMode (int width, int height, int bpp, Uint32 flags)
699 * matching visual, then the next call to SDL_SetVideoMode()
    [all...]

Completed in 116 milliseconds

12