Home
last modified time | relevance | path

Searched refs:MonotonicallyIncreasingTime (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp114 double MonotonicallyIncreasingTime(angle::PlatformMethods *platform) in MonotonicallyIncreasingTime() function
444 mPlatformMethods.monotonicallyIncreasingTime = MonotonicallyIncreasingTime; in SetUp()
526 MonotonicallyIncreasingTime(&mPlatformMethods)); in beginInternalTraceEvent()
535 MonotonicallyIncreasingTime(&mPlatformMethods)); in endInternalTraceEvent()
/third_party/skia/third_party/externals/dawn/src/dawn_platform/
DDawnPlatform.cpp35 double Platform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in dawn_platform::Platform
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp132 double MonotonicallyIncreasingTime(PlatformMethods *platform) in MonotonicallyIncreasingTime() function
724 mPlatformMethods.monotonicallyIncreasingTime = MonotonicallyIncreasingTime; in SetUp()
868 MonotonicallyIncreasingTime(&mPlatformMethods), in beginInternalTraceEvent()
878 MonotonicallyIncreasingTime(&mPlatformMethods), in endInternalTraceEvent()
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/
DEventTracer.cpp47 double timestamp = platform->MonotonicallyIncreasingTime(); in AddTraceEvent()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTestPlatform.h64 double MonotonicallyIncreasingTime() override;
DDawnPerfTestPlatform.cpp65 double DawnPerfTestPlatform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in DawnPerfTestPlatform
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/
DDawnPlatform.h89 virtual double MonotonicallyIncreasingTime();
/third_party/flutter/skia/third_party/externals/angle2/include/platform/
DPlatform.h244 OP(monotonicallyIncreasingTime, MonotonicallyIncreasingTime) \
/third_party/node/src/
Dnode_platform.h153 double MonotonicallyIncreasingTime() override;
Dnode_platform.cc525 double NodePlatform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in node::NodePlatform
/third_party/skia/third_party/externals/angle2/include/platform/
DPlatformMethods.h259 OP(monotonicallyIncreasingTime, MonotonicallyIncreasingTime) \