Home
last modified time | relevance | path

Searched defs:SubRunAllocator (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/text/gpu/
DSubRunAllocator.cpp82 SubRunAllocator::SubRunAllocator(char* bytes, int size, int firstHeapAllocation) in SubRunAllocator() function in sktext::gpu::SubRunAllocator
88 SubRunAllocator::SubRunAllocator(int firstHeapAllocation) in SubRunAllocator() function in sktext::gpu::SubRunAllocator
/external/skia/tests/
DGrGlyphVectorTest.cpp31 using SubRunAllocator = sktext::gpu::SubRunAllocator; typedef
DGrTextBlobTest.cpp51 using SubRunAllocator = sktext::gpu::SubRunAllocator; typedef
244 DEF_TEST(SubRunAllocator, r) { in DEF_TEST() argument
/external/skia/include/gpu/
DGrRecordingContext.h37 class SubRunAllocator; variable