Home
last modified time | relevance | path

Searched refs:fDataLength (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrTRecorder.h364 GrTRecorderAllocWrapper() : fDataLength(0) {} in GrTRecorderAllocWrapper()
368 : fDataLength(GrTRecorder<TBase, TAlign>::LengthOf(sizeOfData)) {} in GrTRecorderAllocWrapper()
370 const int fDataLength; member
377 return recorder.template alloc_back<TItem>(wrapper.fDataLength); in new()