Searched defs:firstHeapAllocation (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrSubRunAllocator.cpp | 16 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()
|
/external/skia/src/core/ |
D | SkArenaAlloc.cpp | 14 SkArenaAlloc::SkArenaAlloc(char* block, size_t size, size_t firstHeapAllocation) in SkArenaAlloc() 145 size_t firstHeapAllocation) in SkArenaAllocWithReset()
|
D | SkArenaAlloc.h | 110 explicit SkArenaAlloc(size_t firstHeapAllocation) in SkArenaAlloc() 293 explicit SkArenaAllocWithReset(size_t firstHeapAllocation) in SkArenaAllocWithReset()
|
/external/skqp/include/private/ |
D | SkArenaAlloc.h | 68 explicit SkArenaAlloc(size_t firstHeapAllocation) in SkArenaAlloc() 232 : INHERITED(fInlineStorage, InlineStorageSize, firstHeapAllocation) {} in INHERITED() argument
|
/external/skqp/src/core/ |
D | SkArenaAlloc.cpp | 14 static uint32_t first_allocated_block(uint32_t blockSize, uint32_t firstHeapAllocation) { in first_allocated_block() 19 SkArenaAlloc::SkArenaAlloc(char* block, size_t size, size_t firstHeapAllocation) in SkArenaAlloc()
|
/external/skia/tests/ |
D | GrTextBlobTest.cpp | 211 explicit GrSTSubRunAllocator(int firstHeapAllocation = in GrSTSubRunAllocator()
|