Searched refs:SDL_GetPerformanceCounter (Results 1 – 12 of 12) sorted by relevance
103 start = SDL_GetPerformanceCounter(); in main()107 now = SDL_GetPerformanceCounter(); in main()112 start = SDL_GetPerformanceCounter(); in main()114 now = SDL_GetPerformanceCounter(); in main()
43 result = SDL_GetPerformanceCounter(); in timer_getPerformanceCounter()
1071 currentTime = (double)SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency(); in render()
56 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
61 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
64 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void);
69 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
147 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
138 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
484 #define SDL_GetPerformanceCounter SDL_GetPerformanceCounter_REAL macro
513 SDL_DYNAPI_PROC(Uint64,SDL_GetPerformanceCounter,(void),(),return)
69 * timers (via SDL_GetTicks(), SDL_AddTimer(), SDL_GetPerformanceCounter(),
Completed in 15 milliseconds