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

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 141 SDL_SetVideoMode
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 68 SDL_Surface *surface = SDL_SetVideoMode(winWidth, winHeight, 32, SDL_SWSURFACE);
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 387 SDL_Surface *surface = SDL_SetVideoMode(WINDOW_WIDTH,WINDOW_HEIGHT, 32, SDL_HWSURFACE);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 117 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
121 /* Available for SDL_SetVideoMode() */
259 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt'
270 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
274 * SDL_SetVideoMode()
333 * and you must respond to the event by re-calling SDL_SetVideoMode()
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
367 * The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode() when
418 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
473 * Allocate and free an RGB surface (must be called after SDL_SetVideoMode)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 117 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
121 /* Available for SDL_SetVideoMode() */
259 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt'
270 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
274 * SDL_SetVideoMode()
333 * and you must respond to the event by re-calling SDL_SetVideoMode()
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
367 * The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode() when
418 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
473 * Allocate and free an RGB surface (must be called after SDL_SetVideoMode)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 117 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
121 /* Available for SDL_SetVideoMode() */
259 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt'
270 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
274 * SDL_SetVideoMode()
333 * and you must respond to the event by re-calling SDL_SetVideoMode()
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
367 * The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode() when
418 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
473 * Allocate and free an RGB surface (must be called after SDL_SetVideoMode)
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 129 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
133 /* Available for SDL_SetVideoMode() */
263 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt'
274 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
278 * SDL_SetVideoMode()
337 * and you must respond to the event by re-calling SDL_SetVideoMode()
351 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
371 * The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode() when
422 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
475 * Allocate and free an RGB surface (must be called after SDL_SetVideoMode)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 117 /* Available for SDL_CreateRGBSurface() or SDL_SetVideoMode() */
121 /* Available for SDL_SetVideoMode() */
259 * video hardware. If this is called before SDL_SetVideoMode(), the 'vfmt'
270 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
274 * SDL_SetVideoMode()
333 * and you must respond to the event by re-calling SDL_SetVideoMode()
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
367 * The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode() when
418 * SDL_HWPALETTE was set in SDL_SetVideoMode() flags, SDL_SetColors()
473 * 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.12/src/video/
SDL_video.c 254 SDL_PublicSurface = NULL; /* Until SDL_SetVideoMode() */
346 * one used when setting the video mode, SDL_SetVideoMode() will succeed,
571 SDL_Surface * SDL_SetVideoMode (int width, int height, int bpp, Uint32 flags)
682 * matching visual, then the next call to SDL_SetVideoMode()
    [all...]

Completed in 185 milliseconds