Searched refs:initialSizeInBytes (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrTRecorder.h53 * @param initialSizeInBytes The amount of memory reserved by the recorder initially,
56 GrTRecorder(int initialSizeInBytes) argument
57 : fHeadBlock(MemBlock::Alloc(LengthOf(initialSizeInBytes), nullptr)),

Completed in 132 milliseconds