Searched refs:percentFull (Results 1 – 7 of 7) sorted by relevance
215 const percentFull = this.lastBufferUsageEvent?.percentFull ?? 0; constant218 {bufferSize: 1000, bytesWritten: Math.round(percentFull * 1000)},
34 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f); in test_rectanizer_basic()36 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f); in test_rectanizer_basic()
32 virtual float percentFull() const = 0;
40 float percentFull() const final { in percentFull() function
44 float percentFull() const final { in percentFull() function
492 bool isEmpty() const { return fRectanizer.percentFull() == 0; } in isEmpty()
118 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in draw()