Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBlockAllocator.h59 static constexpr int kGrowthPolicyCount = static_cast<int>(GrowthPolicy::kLast) + 1; variable
468 static_assert(kGrowthPolicyCount <= 4);
/external/skia/tests/
DGrBlockAllocatorTest.cpp285 static constexpr size_t kExpectedSizes[GrBlockAllocator::kGrowthPolicyCount][kBlockCount] = { in DEF_TEST()
296 for (int gp = 0; gp < GrBlockAllocator::kGrowthPolicyCount; ++gp) { in DEF_TEST()
345 for (int gp = 0; gp < GrBlockAllocator::kGrowthPolicyCount; ++gp) { in DEF_TEST()