Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/chrome_extension/
H A Dchrome_tracing_controller.ts215 const percentFull = this.lastBufferUsageEvent?.percentFull ?? 0; constant
218 {bufferSize: 1000, bytesWritten: Math.round(percentFull * 1000)},
/aosp_15_r20/external/skia/tests/
H A DGpuRectanizerTest.cpp34 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f); in test_rectanizer_basic()
36 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f); in test_rectanizer_basic()
/aosp_15_r20/external/skia/src/gpu/
H A DRectanizer.h32 virtual float percentFull() const = 0;
H A DRectanizerSkyline.h40 float percentFull() const final { in percentFull() function
H A DRectanizerPow2.h44 float percentFull() const final { in percentFull() function
H A DAtlasTypes.h492 bool isEmpty() const { return fRectanizer.percentFull() == 0; } in isEmpty()
/aosp_15_r20/external/skia/tools/viewer/
H A DRectanizerSlide.cpp118 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in draw()