Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSubRunAllocator.h63 constexpr int k32K = (1 << 15); in MinimumSizeWithOverhead() local
64 if (minimumSize >= k32K && minimumSize < std::numeric_limits<int>::max() - k4K) { in MinimumSizeWithOverhead()