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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL.h 66 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */
73 * Unless the SDL_INIT_NOPARACHUTE flag is set, it will install cleanup
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL.h 66 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */
73 * Unless the SDL_INIT_NOPARACHUTE flag is set, it will install cleanup
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL.h 66 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */
73 * Unless the SDL_INIT_NOPARACHUTE flag is set, it will install cleanup
  /prebuilts/tools/windows/sdl/include/SDL/
SDL.h 66 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */
73 * Unless the SDL_INIT_NOPARACHUTE flag is set, it will install cleanup
  /external/qemu/distrib/sdl-1.2.15/src/
SDL.c 167 if ( !(flags & SDL_INIT_NOPARACHUTE) ) {
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 63 if (SDL_Init(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO)) {
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 300 if ( SDL_Init(SDL_INIT_NOPARACHUTE) < 0 ) {
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 382 if (SDL_Init(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO)) {
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c 297 if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_NOPARACHUTE) < 0)
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 164 if (SDL_Init(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO)) {
  /external/qemu/android/
main-common.c 746 flags = SDL_INIT_NOPARACHUTE;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 601 if ( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE) < 0 ) {
    [all...]

Completed in 259 milliseconds