Home
last modified time | relevance | path

Searched refs:totalTime (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp79 SkMSec totalTime = endTime - startTime; in timeToT() local
81 endTime = SkScalarFloorToInt(fRepeat * totalTime); in timeToT()
84 offsetTime = fraction == 0 && fRepeat > 0 ? totalTime : in timeToT()
85 (SkMSec) SkScalarFloorToInt(fraction * totalTime); in timeToT()
89 offsetTime = offsetTime % (totalTime << mirror); in timeToT()
90 if (offsetTime > totalTime) { // can only be true if fMirror is true in timeToT()
91 offsetTime = (totalTime << 1) - offsetTime; in timeToT()
/third_party/openssl/apps/
Ds_time.c125 double totalTime = 0.0; in s_time_main() local
312 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()
317 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
350 totalTime = 0.0; in s_time_main()
392 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()
396 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderPerformanceMeasurer.cpp304 deUint64 totalTime = measureState.getTotalTime(); in iterate() local
309 double mfragPerSecond = (double)numPixels / (double)totalTime; in iterate()
310 double mvertPerSecond = (double)numVertices / (double)totalTime; in iterate()
324 deUint64 totalTime = measureState.getTotalTime(); in logMeasurementInfo() local
329 double mfragPerSecond = (double)numPixels / (double)totalTime; in logMeasurementInfo()
330 double mvertPerSecond = (double)numVertices / (double)totalTime; in logMeasurementInfo()
331 double framesPerSecond = (double)numFrames / ((double)totalTime / 1000000.0); in logMeasurementInfo()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp313 double* totalTime = nullptr; in OutputResults() local
318 totalTime = &totalValidationTime; in OutputResults()
322 totalTime = &totalRecordingTime; in OutputResults()
343 *totalTime += (tracker->end - tracker->start); in OutputResults()
/third_party/flutter/skia/tools/viewer/
DStatsLayer.cpp126 double totalTime = 0; in onPaint() local
148 totalTime += fTotalTimes[i]; in onPaint()
164 double time = totalTime / SkTMax(1, totalCount); in onPaint()
/third_party/skia/tools/viewer/
DStatsLayer.cpp125 double totalTime = 0; in onPaint() local
147 totalTime += fTotalTimes[i]; in onPaint()
163 double time = totalTime / std::max(1, totalCount); in onPaint()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureUploadTests.cpp267 deUint64 totalTime = measureState.getTotalTime(); in logResults() local
272 double framesPerSecond = (double)numFrames / ((double)totalTime / 1000000.0); in logResults()
273 double avgFrameTime = (double)totalTime / (double)numFrames; in logResults()
274 double avgMTexelsPerSeconds = (double)numPixels / (double)totalTime; in logResults()
275 double avgTexelDrawDurationNs = (double)totalTime * 1000.0 / (double)numPixels; in logResults()
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
DTorusBufferStorage.cpp138 void step(float dt, double totalTime) override in step() argument
141 updateHues(totalTime); in step()
DTorusLightingES1.cpp69 void step(float dt, double totalTime) override { mAngle += kDegreesPerSecond * dt; } in step() argument
DTorusLightingES2.cpp97 void step(float dt, double totalTime) override { mAngle += kDegreesPerSecond * dt; } in step() argument
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
DSkottieView.java185 double totalTime = mRenderer.getAnimation().getDuration(); in seekFrame() local
186 double targetTime = (f % totalFrames) / totalFrames * totalTime; in seekFrame()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp211 double totalTime = 0.0; in run() local
215 totalTime += printResults(); in run()
217 double average = totalTime / kNumTrials; in run()
/third_party/flutter/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.h42 virtual void step(float dt, double totalTime);
DSampleApplication.cpp88 void SampleApplication::step(float dt, double totalTime) {} in step() argument
/third_party/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.h46 virtual void step(float dt, double totalTime);
/third_party/flutter/skia/third_party/externals/angle2/samples/simple_vertex_shader/
DSimpleVertexShader.cpp79 void step(float dt, double totalTime) override in step() argument
/third_party/skia/third_party/externals/angle2/samples/simple_vertex_shader/
DSimpleVertexShader.cpp79 void step(float dt, double totalTime) override in step() argument
/third_party/flutter/skia/third_party/externals/angle2/samples/post_sub_buffer/
DPostSubBuffer.cpp89 void step(float dt, double totalTime) override in step() argument
/third_party/skia/third_party/externals/angle2/samples/post_sub_buffer/
DPostSubBuffer.cpp82 void step(float dt, double totalTime) override in step() argument
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_utils.cpp330 real64 totalTime = TickTimeInSeconds () - fStartTime; in ~dng_timer() local
332 fprintf (stderr, "%s: %0.3f sec\n", fMessage, totalTime); in ~dng_timer()
/third_party/flutter/skia/third_party/externals/angle2/samples/particle_system/
DParticleSystem.cpp129 void step(float dt, double totalTime) override in step() argument
/third_party/skia/third_party/externals/angle2/samples/particle_system/
DParticleSystem.cpp130 void step(float dt, double totalTime) override in step() argument
/third_party/skia/third_party/externals/angle2/samples/multi_window/
DMultiWindow.cpp96 void step(float dt, double totalTime) override in step() argument
/third_party/flutter/skia/third_party/externals/angle2/samples/multi_window/
DMultiWindow.cpp96 void step(float dt, double totalTime) override in step() argument
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/main/java/io/flutter/splash_screen_kitchen_sink/
DFlutterZoomSplashView.java34 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) {

12