Searched refs:SDLTest_CommonCreateState (Results 1 – 20 of 20) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_test_common.h | 131 SDLTest_CommonState *SDLTest_CommonCreateState(char **argv, Uint32 flags);
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testdropfile.c | 38 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testautomation.c | 44 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testrelative.c | 85 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testwm2.c | 128 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testcustomcursor.c | 193 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testscale.c | 163 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testrendercopyex.c | 173 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testdraw2.c | 221 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testgles.c | 121 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testviewport.c | 204 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testgesture.c | 271 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testintersections.c | 280 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testrendertarget.c | 262 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testgl2.c | 231 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testsprite2.c | 292 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testgles2.c | 493 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testime.c | 642 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
A D | testvulkan.c | 1136 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 59 SDLTest_CommonCreateState(char **argv, Uint32 flags) in SDLTest_CommonCreateState() function
|
Completed in 33 milliseconds