Searched refs:PlatformMinimumSizeWithOverhead (Results 1 – 4 of 4) sorted by relevance
150 GrBagOfBytes::PlatformMinimumSizeWithOverhead(0, 16); in DEF_TEST()151 GrBagOfBytes::PlatformMinimumSizeWithOverhead( in DEF_TEST()212 GrBagOfBytes::PlatformMinimumSizeWithOverhead(inlineSize, 1)) in GrSTSubRunAllocator()
26 static constexpr int PlatformMinimumSizeWithOverhead(int requestedSize, int assumedAlignment) { in PlatformMinimumSizeWithOverhead() function72 using Storage = std::array<char, PlatformMinimumSizeWithOverhead(size, 1)>;
63 const int size = PlatformMinimumSizeWithOverhead( in needMoreBytes()
1497 size_t bytesNeededForSubRun = GrBagOfBytes::PlatformMinimumSizeWithOverhead( in Make()