OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:percentFull
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h
32
virtual float
percentFull
() const = 0;
GrRectanizer_pow2.h
35
virtual float
percentFull
() const SK_OVERRIDE {
GrRectanizer_skyline.h
35
virtual float
percentFull
() const SK_OVERRIDE {
GrAtlas.cpp
61
float
percentFull
= fRects->
percentFull
();
70
if (fBatchUploads && NULL == fPlotData && 0.0f ==
percentFull
) {
139
if (fRects->
percentFull
() > kNearlyFullTolerance) {
/external/chromium_org/third_party/skia/tests/
GpuRectanizerTest.cpp
28
REPORTER_ASSERT(reporter, rectanizer->
percentFull
() > 0.0f);
30
REPORTER_ASSERT(reporter, rectanizer->
percentFull
() == 0.0f);
44
//SkDebugf("\n***%d %f\n", i, rectanizer->
percentFull
());
/external/chromium_org/third_party/skia/samplecode/
SampleRectanizer.cpp
118
100.0f * fCurRectanizer->
percentFull
(),
Completed in 59 milliseconds