Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrSubRunAllocator.cpp16 GrBagOfBytes::GrBagOfBytes(char* bytes, size_t size, size_t firstHeapAllocation) in GrBagOfBytes()
29 GrBagOfBytes::GrBagOfBytes(size_t firstHeapAllocation) in GrBagOfBytes()
79 GrSubRunAllocator::GrSubRunAllocator(char* bytes, int size, int firstHeapAllocation) in GrSubRunAllocator()
82 GrSubRunAllocator::GrSubRunAllocator(int firstHeapAllocation) in GrSubRunAllocator()
/third_party/skia/src/core/
DSkArenaAlloc.cpp14 SkArenaAlloc::SkArenaAlloc(char* block, size_t size, size_t firstHeapAllocation) in SkArenaAlloc()
140 size_t firstHeapAllocation) in SkArenaAllocWithReset()
DSkArenaAlloc.h110 explicit SkArenaAlloc(size_t firstHeapAllocation) in SkArenaAlloc()
289 explicit SkArenaAllocWithReset(size_t firstHeapAllocation) in SkArenaAllocWithReset()
/third_party/skia/tests/
DGrTextBlobTest.cpp211 explicit GrSTSubRunAllocator(int firstHeapAllocation = in GrSTSubRunAllocator()