/third_party/flutter/skia/src/utils/ |
D | SkInterpolator.cpp | 79 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/ |
D | s_time.c | 125 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/ |
D | glsShaderPerformanceMeasurer.cpp | 304 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/ |
D | DawnPerfTest.cpp | 313 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/ |
D | StatsLayer.cpp | 126 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/ |
D | StatsLayer.cpp | 125 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/ |
D | es2pTextureUploadTests.cpp | 267 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/ |
D | TorusBufferStorage.cpp | 138 void step(float dt, double totalTime) override in step() argument 141 updateHues(totalTime); in step()
|
D | TorusLightingES1.cpp | 69 void step(float dt, double totalTime) override { mAngle += kDegreesPerSecond * dt; } in step() argument
|
D | TorusLightingES2.cpp | 97 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/ |
D | SkottieView.java | 185 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/ |
D | ANGLEPerfTest.cpp | 211 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/ |
D | SampleApplication.h | 42 virtual void step(float dt, double totalTime);
|
D | SampleApplication.cpp | 88 void SampleApplication::step(float dt, double totalTime) {} in step() argument
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
D | SampleApplication.h | 46 virtual void step(float dt, double totalTime);
|
/third_party/flutter/skia/third_party/externals/angle2/samples/simple_vertex_shader/ |
D | SimpleVertexShader.cpp | 79 void step(float dt, double totalTime) override in step() argument
|
/third_party/skia/third_party/externals/angle2/samples/simple_vertex_shader/ |
D | SimpleVertexShader.cpp | 79 void step(float dt, double totalTime) override in step() argument
|
/third_party/flutter/skia/third_party/externals/angle2/samples/post_sub_buffer/ |
D | PostSubBuffer.cpp | 89 void step(float dt, double totalTime) override in step() argument
|
/third_party/skia/third_party/externals/angle2/samples/post_sub_buffer/ |
D | PostSubBuffer.cpp | 82 void step(float dt, double totalTime) override in step() argument
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_utils.cpp | 330 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/ |
D | ParticleSystem.cpp | 129 void step(float dt, double totalTime) override in step() argument
|
/third_party/skia/third_party/externals/angle2/samples/particle_system/ |
D | ParticleSystem.cpp | 130 void step(float dt, double totalTime) override in step() argument
|
/third_party/skia/third_party/externals/angle2/samples/multi_window/ |
D | MultiWindow.cpp | 96 void step(float dt, double totalTime) override in step() argument
|
/third_party/flutter/skia/third_party/externals/angle2/samples/multi_window/ |
D | MultiWindow.cpp | 96 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/ |
D | FlutterZoomSplashView.java | 34 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) {
|