Home
last modified time | relevance | path

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

/third_party/flutter/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()
/third_party/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()
/third_party/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
/third_party/flutter/skia/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
/third_party/flutter/skia/samplecode/
DSampleRectanizer.cpp116 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in onDrawContent()
/third_party/skia/samplecode/
DSampleRectanizer.cpp116 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in onDrawContent()