HomeSort by relevance Sort by last modified time
    Searched defs:SDLTest_CommonState (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_common.h 113 } SDLTest_CommonState;
131 SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, Uint32 flags);
141 int SDLTest_CommonArg(SDLTest_CommonState * state, int index);
150 const char *SDLTest_CommonUsage(SDLTest_CommonState * state);
159 SDL_bool SDLTest_CommonInit(SDLTest_CommonState * state);
169 void SDLTest_CommonEvent(SDLTest_CommonState * state, SDL_Event * event, int *done);
177 void SDLTest_CommonQuit(SDLTest_CommonState * state);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_common.h 113 } SDLTest_CommonState;
131 SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, Uint32 flags);
141 int SDLTest_CommonArg(SDLTest_CommonState * state, int index);
150 const char *SDLTest_CommonUsage(SDLTest_CommonState * state);
159 SDL_bool SDLTest_CommonInit(SDLTest_CommonState * state);
169 void SDLTest_CommonEvent(SDLTest_CommonState * state, SDL_Event * event, int *done);
177 void SDLTest_CommonQuit(SDLTest_CommonState * state);
  /prebuilts/misc/windows/sdl2/include/
SDL_test_common.h 113 } SDLTest_CommonState;
131 SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, Uint32 flags);
141 int SDLTest_CommonArg(SDLTest_CommonState * state, int index);
150 const char *SDLTest_CommonUsage(SDLTest_CommonState * state);
159 SDL_bool SDLTest_CommonInit(SDLTest_CommonState * state);
169 void SDLTest_CommonEvent(SDLTest_CommonState * state, SDL_Event * event, int *done);
177 void SDLTest_CommonQuit(SDLTest_CommonState * state);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_common.h 113 } SDLTest_CommonState;
131 SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, Uint32 flags);
141 int SDLTest_CommonArg(SDLTest_CommonState * state, int index);
150 const char *SDLTest_CommonUsage(SDLTest_CommonState * state);
159 SDL_bool SDLTest_CommonInit(SDLTest_CommonState * state);
169 void SDLTest_CommonEvent(SDLTest_CommonState * state, SDL_Event * event, int *done);
177 void SDLTest_CommonQuit(SDLTest_CommonState * state);

Completed in 110 milliseconds