Home
last modified time | relevance | path

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

/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/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/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.cpp121 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in onDrawContent()
/external/skqp/samplecode/
DSampleRectanizer.cpp121 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in onDrawContent()