Home
last modified time | relevance | path

Searched defs:totalTime (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
DTorusLightingES1.cpp69 void step(float dt, double totalTime) override { mAngle += kDegreesPerSecond * dt; } in step()
DTorusLightingES2.cpp97 void step(float dt, double totalTime) override { mAngle += kDegreesPerSecond * dt; } in step()
DTorusBufferStorage.cpp138 void step(float dt, double totalTime) override in step()
/third_party/flutter/skia/third_party/externals/angle2/samples/simple_vertex_shader/
DSimpleVertexShader.cpp79 void step(float dt, double totalTime) override in step()
/third_party/skia/third_party/externals/angle2/samples/simple_vertex_shader/
DSimpleVertexShader.cpp79 void step(float dt, double totalTime) override in step()
/third_party/boost/libs/container/bench/
Dbench_static_vector.cpp82 cpu_timer totalTime, constructTime; in time_it() local
/third_party/skia/third_party/externals/angle2/samples/post_sub_buffer/
DPostSubBuffer.cpp82 void step(float dt, double totalTime) override in step()
/third_party/flutter/skia/third_party/externals/angle2/samples/post_sub_buffer/
DPostSubBuffer.cpp89 void step(float dt, double totalTime) override in step()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderPerformanceMeasurer.cpp304 deUint64 totalTime = measureState.getTotalTime(); in iterate() local
324 deUint64 totalTime = measureState.getTotalTime(); in logMeasurementInfo() local
/third_party/flutter/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.cpp88 void SampleApplication::step(float dt, double totalTime) {} in step()
/third_party/skia/third_party/externals/angle2/samples/particle_system/
DParticleSystem.cpp130 void step(float dt, double totalTime) override in step()
/third_party/flutter/skia/third_party/externals/angle2/samples/particle_system/
DParticleSystem.cpp129 void step(float dt, double totalTime) override in step()
/third_party/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.cpp149 void SampleApplication::step(float dt, double totalTime) {} in step()
/third_party/skia/tools/viewer/
DStatsLayer.cpp125 double totalTime = 0; in onPaint() local
/third_party/flutter/skia/tools/viewer/
DStatsLayer.cpp126 double totalTime = 0; in onPaint() local
/third_party/flutter/skia/third_party/externals/angle2/samples/multi_window/
DMultiWindow.cpp96 void step(float dt, double totalTime) override in step()
/third_party/skia/third_party/externals/angle2/samples/multi_window/
DMultiWindow.cpp96 void step(float dt, double totalTime) override in step()
/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
/third_party/openssl/apps/
Ds_time.c100 double totalTime = 0.0; in s_time_main() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp313 double* totalTime = nullptr; in OutputResults() local
/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp79 SkMSec totalTime = endTime - startTime; in timeToT() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp211 double totalTime = 0.0; in run() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_utils.cpp330 real64 totalTime = TickTimeInSeconds () - fStartTime; in ~dng_timer() local
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureUploadTests.cpp267 deUint64 totalTime = measureState.getTotalTime(); in logResults() local
Des2pShaderCompilationCases.cpp618 deInt64 totalTime (void) const { return sourceSetTime + vertexCompileTime + fragmentCompileTime; } in totalTime() function

12