Home
last modified time | relevance | path

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

/external/skia/tests/
DGpuRectanizerTest.cpp28 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f); in test_rectanizer_basic()
30 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f); in test_rectanizer_basic()
/external/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
/external/skia/samplecode/
DSampleRectanizer.cpp118 100.0f * fCurRectanizer->percentFull(), in onDrawContent()