Home
last modified time | relevance | path

Searched refs:timeMs (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/libs/usynergy/
DuSynergy.h195 typedef void (*uSynergySleepFunc)(uSynergyCookie cookie, int timeMs);
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
DuSynergy.h195 typedef void (*uSynergySleepFunc)(uSynergyCookie cookie, int timeMs);
/third_party/vk-gl-cts/execserver/tools/
DxsTest.cpp689 int timeMs = clock.getMilliseconds(); in runClient() local
690 …d bytes in %d ms: %.2f MiB/s\n", DATA_SIZE, timeMs, ((float)DATA_SIZE / (float)(1024*1024)) / ((fl… in runClient()