Home
last modified time | relevance | path

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

/external/skia/tests/
DGrTextBlobTest.cpp150 GrBagOfBytes::PlatformMinimumSizeWithOverhead(0, 16); in DEF_TEST()
151 GrBagOfBytes::PlatformMinimumSizeWithOverhead( in DEF_TEST()
212 GrBagOfBytes::PlatformMinimumSizeWithOverhead(inlineSize, 1)) in GrSTSubRunAllocator()
/external/skia/src/gpu/
DGrSubRunAllocator.h26 static constexpr int PlatformMinimumSizeWithOverhead(int requestedSize, int assumedAlignment) { in PlatformMinimumSizeWithOverhead() function
72 using Storage = std::array<char, PlatformMinimumSizeWithOverhead(size, 1)>;
DGrSubRunAllocator.cpp63 const int size = PlatformMinimumSizeWithOverhead( in needMoreBytes()
/external/skia/src/gpu/text/
DGrTextBlob.cpp1497 size_t bytesNeededForSubRun = GrBagOfBytes::PlatformMinimumSizeWithOverhead( in Make()