Searched refs:SDLTest_CommonState (Results 1 – 20 of 20) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_test_common.h | 113 } SDLTest_CommonState; typedef 131 SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, Uint32 flags); 141 int SDLTest_CommonArg(SDLTest_CommonState * state, int index); 156 void SDLTest_CommonLogUsage(SDLTest_CommonState * state, const char *argv0, const char **options); 169 const char *SDLTest_CommonUsage(SDLTest_CommonState * state); 178 SDL_bool SDLTest_CommonInit(SDLTest_CommonState * state); 189 SDL_bool SDLTest_CommonDefaultArgs(SDLTest_CommonState * state, const int argc, char **argv); 199 void SDLTest_CommonEvent(SDLTest_CommonState * state, SDL_Event * event, int *done); 207 void SDLTest_CommonQuit(SDLTest_CommonState * state);
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testdropfile.c | 18 static SDLTest_CommonState *state;
|
A D | testautomation.c | 22 static SDLTest_CommonState *state;
|
A D | testrelative.c | 25 static SDLTest_CommonState *state;
|
A D | testwm2.c | 22 static SDLTest_CommonState *state;
|
A D | testcustomcursor.c | 135 static SDLTest_CommonState *state;
|
A D | testscale.c | 27 static SDLTest_CommonState *state;
|
A D | testrendercopyex.c | 25 static SDLTest_CommonState *state;
|
A D | testdraw2.c | 27 static SDLTest_CommonState *state;
|
A D | testgles.c | 27 static SDLTest_CommonState *state;
|
A D | testviewport.c | 26 static SDLTest_CommonState *state;
|
A D | testgesture.c | 38 static SDLTest_CommonState *state;
|
A D | testintersections.c | 28 static SDLTest_CommonState *state;
|
A D | testrendertarget.c | 25 static SDLTest_CommonState *state;
|
A D | testgl2.c | 38 static SDLTest_CommonState *state;
|
A D | testsprite2.c | 28 static SDLTest_CommonState *state;
|
A D | testgles2.c | 40 static SDLTest_CommonState *state;
|
A D | testime.c | 42 static SDLTest_CommonState *state;
|
A D | testvulkan.c | 205 static SDLTest_CommonState *state;
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 58 SDLTest_CommonState * 62 SDLTest_CommonState *state; in SDLTest_CommonCreateState() 72 state = (SDLTest_CommonState *)SDL_calloc(1, sizeof(*state)); in SDLTest_CommonCreateState() 117 SDLTest_CommonArg(SDLTest_CommonState * state, int index) in SDLTest_CommonArg() 498 SDLTest_CommonLogUsage(SDLTest_CommonState * state, const char *argv0, const char **options) in SDLTest_CommonLogUsage() 567 SDLTest_CommonUsage(SDLTest_CommonState * state) in SDLTest_CommonUsage() 584 SDLTest_CommonDefaultArgs(SDLTest_CommonState *state, const int argc, char **argv) in SDLTest_CommonDefaultArgs() 835 SDLTest_CommonInit(SDLTest_CommonState * state) in SDLTest_CommonInit() 1581 SDLTest_CommonEvent(SDLTest_CommonState * state, SDL_Event * event, int *done) in SDLTest_CommonEvent() 1912 SDLTest_CommonQuit(SDLTest_CommonState * state) in SDLTest_CommonQuit()
|
Completed in 20 milliseconds