Home
last modified time | relevance | path

Searched refs:SDL_GetPerformanceCounter (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtesttimer.c103 start = SDL_GetPerformanceCounter(); in main()
107 now = SDL_GetPerformanceCounter(); in main()
112 start = SDL_GetPerformanceCounter(); in main()
114 now = SDL_GetPerformanceCounter(); in main()
A Dtestautomation_timer.c43 result = SDL_GetPerformanceCounter(); in timer_getPerformanceCounter()
A Dtestvulkan.c1071 currentTime = (double)SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency(); in render()
/AliOS-Things-master/components/SDL2/src/timer/dummy/
A DSDL_systimer.c56 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/AliOS-Things-master/components/SDL2/src/timer/haiku/
A DSDL_systimer.c61 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_timer.h64 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void);
/AliOS-Things-master/components/SDL2/src/timer/psp/
A DSDL_systimer.c69 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/AliOS-Things-master/components/SDL2/src/timer/windows/
A DSDL_systimer.c147 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/AliOS-Things-master/components/SDL2/src/timer/unix/
A DSDL_systimer.c138 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h484 #define SDL_GetPerformanceCounter SDL_GetPerformanceCounter_REAL macro
A DSDL_dynapi_procs.h513 SDL_DYNAPI_PROC(Uint64,SDL_GetPerformanceCounter,(void),(),return)
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md69 * timers (via SDL_GetTicks(), SDL_AddTimer(), SDL_GetPerformanceCounter(),

Completed in 15 milliseconds