Home
last modified time | relevance | path

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

/external/perfetto/ui/src/chrome_extension/
Dchrome_tracing_controller.ts188 let percentFull = 0; // If the statistics are not available yet, it is 0.
189 if (this.lastBufferUsageEvent && this.lastBufferUsageEvent.percentFull) {
190 percentFull = this.lastBufferUsageEvent.percentFull;
194 [{bufferSize: 1000, bytesWritten: Math.round(percentFull * 1000)}]
/external/skqp/tests/
DGpuRectanizerTest.cpp26 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f); in test_rectanizer_basic()
28 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f); in test_rectanizer_basic()
/external/skia/tests/
DGpuRectanizerTest.cpp26 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f); in test_rectanizer_basic()
28 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f); in test_rectanizer_basic()
/external/skia/src/gpu/
DGrRectanizer.h32 virtual float percentFull() const = 0;
DGrRectanizerSkyline.h37 float percentFull() const final { in percentFull() function
DGrRectanizerPow2.h39 float percentFull() const final { in percentFull() function
/external/skqp/src/gpu/
DGrRectanizer.h32 virtual float percentFull() const = 0;
DGrRectanizer_skyline.h35 float percentFull() const override { in percentFull() function
DGrRectanizer_pow2.h37 float percentFull() const override { in percentFull() function
/external/skia/samplecode/
DSampleRectanizer.cpp116 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in onDrawContent()
/external/skqp/samplecode/
DSampleRectanizer.cpp121 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in onDrawContent()