Home
last modified time | relevance | path

Searched refs:kExponential (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrBlockAllocator.cpp22 , fN0((policy == GrowthPolicy::kLinear || policy == GrowthPolicy::kExponential) ? 1 : 0) in GrBlockAllocator()
140 SkASSERT(gp == GrowthPolicy::kExponential); in releaseBlock()
186 fN0 = (gp == GrowthPolicy::kLinear || gp == GrowthPolicy::kExponential) ? 1 : 0; in reset()
230 SkASSERT(gp == GrowthPolicy::kExponential); in addBlock()
DGrBlockAllocator.h56 kExponential, // = 2^#blocks * N enumerator
57 kLast = kExponential