Searched refs:LengthOf (Results 1 – 1 of 1) sorted by relevance
57 : fHeadBlock(MemBlock::Alloc(LengthOf(initialSizeInBytes), nullptr)), in GrTRecorder()106 static int LengthOf(int bytes) { return (bytes + sizeof(TAlign) - 1) / sizeof(TAlign); } in LengthOf() function365 : fDataLength(GrTRecorder<TBase, TAlign>::LengthOf(sizeOfData)) {} in GrTRecorderAllocWrapper()