Searched refs:SDL_GetPerformanceCounter (Results 1 – 16 of 16) 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()
48 prevTime = SDL_GetPerformanceCounter(); in updateDeltaTime()51 curTime = SDL_GetPerformanceCounter(); in updateDeltaTime()
56 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
61 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
61 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void);
69 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
147 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
133 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
286 Uint64 current_time = SDL_GetPerformanceCounter(); in ImGui_ImplSDL2_NewFrame()
440 Uint64 current_time = SDL_GetPerformanceCounter(); in ImGui_ImplSDL2_NewFrame()
490 #define SDL_GetPerformanceCounter SDL_GetPerformanceCounter_REAL macro
517 SDL_DYNAPI_PROC(Uint64,SDL_GetPerformanceCounter,(void),(),return)
60 * timers (via SDL_GetTicks(), SDL_AddTimer(), SDL_GetPerformanceCounter(),
583 - Examples: SDL: Using SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency() to handle frame-…
2262 - Examples: SDL: Using SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency() to handle frame-…