Home
last modified time | relevance | path

Searched refs:SDLTest_CommonState (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_test_common.h113 } 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 Dtestdropfile.c18 static SDLTest_CommonState *state;
A Dtestautomation.c22 static SDLTest_CommonState *state;
A Dtestrelative.c25 static SDLTest_CommonState *state;
A Dtestwm2.c22 static SDLTest_CommonState *state;
A Dtestcustomcursor.c135 static SDLTest_CommonState *state;
A Dtestscale.c27 static SDLTest_CommonState *state;
A Dtestrendercopyex.c25 static SDLTest_CommonState *state;
A Dtestdraw2.c27 static SDLTest_CommonState *state;
A Dtestgles.c27 static SDLTest_CommonState *state;
A Dtestviewport.c26 static SDLTest_CommonState *state;
A Dtestgesture.c38 static SDLTest_CommonState *state;
A Dtestintersections.c28 static SDLTest_CommonState *state;
A Dtestrendertarget.c25 static SDLTest_CommonState *state;
A Dtestgl2.c38 static SDLTest_CommonState *state;
A Dtestsprite2.c28 static SDLTest_CommonState *state;
A Dtestgles2.c40 static SDLTest_CommonState *state;
A Dtestime.c42 static SDLTest_CommonState *state;
A Dtestvulkan.c205 static SDLTest_CommonState *state;
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c58 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