Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/test/
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()
Dtestautomation_timer.c43 result = SDL_GetPerformanceCounter(); in timer_getPerformanceCounter()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dcommon.c48 prevTime = SDL_GetPerformanceCounter(); in updateDeltaTime()
51 curTime = SDL_GetPerformanceCounter(); in updateDeltaTime()
/third_party/flutter/skia/third_party/externals/sdl/src/timer/dummy/
DSDL_systimer.c56 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/third_party/flutter/skia/third_party/externals/sdl/src/timer/haiku/
DSDL_systimer.c61 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_timer.h61 extern DECLSPEC Uint64 SDLCALL SDL_GetPerformanceCounter(void);
/third_party/flutter/skia/third_party/externals/sdl/src/timer/psp/
DSDL_systimer.c69 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/third_party/flutter/skia/third_party/externals/sdl/src/timer/windows/
DSDL_systimer.c147 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/third_party/flutter/skia/third_party/externals/sdl/src/timer/unix/
DSDL_systimer.c133 SDL_GetPerformanceCounter(void) in SDL_GetPerformanceCounter() function
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp286 Uint64 current_time = SDL_GetPerformanceCounter(); in ImGui_ImplSDL2_NewFrame()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp440 Uint64 current_time = SDL_GetPerformanceCounter(); in ImGui_ImplSDL2_NewFrame()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h490 #define SDL_GetPerformanceCounter SDL_GetPerformanceCounter_REAL macro
DSDL_dynapi_procs.h517 SDL_DYNAPI_PROC(Uint64,SDL_GetPerformanceCounter,(void),(),return)
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-winrt.md60 * timers (via SDL_GetTicks(), SDL_AddTimer(), SDL_GetPerformanceCounter(),
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt583 - Examples: SDL: Using SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency() to handle frame-…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2262 - Examples: SDL: Using SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency() to handle frame-…