Home
last modified time | relevance | path

Searched refs:kMinAllocationSize (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
H A DGrMemoryPool.cpp22 static_assert(sizeof(GrMemoryPool) < GrMemoryPool::kMinAllocationSize); in Make() member in GrMemoryPool
24 preallocSize = SkTPin(preallocSize, kMinAllocationSize, in Make()
26 minAllocSize = SkTPin(minAllocSize, kMinAllocationSize, in Make()
H A DGrMemoryPool.h38 inline static constexpr size_t kMinAllocationSize = 1 << 10; member in GrMemoryPool
44 * adjusted to ensure that they are at least as large as kMinAllocationSize
/third_party/skia/bench/
H A DGrMemoryPoolBench.cpp191 static const int kSmallPool = GrMemoryPool::kMinAllocationSize;
/third_party/skia/tests/
H A DGrMemoryPoolTest.cpp250 constexpr size_t kSmallestMinAllocSize = GrMemoryPool::kMinAllocationSize; in DEF_TEST()
260 // Effective prealloc space capacity is >= kMinAllocationSize. in DEF_TEST()
266 // Effective block size capacity >= kMinAllocationSize. in DEF_TEST()

Completed in 3 milliseconds