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

/external/skia/src/gpu/
H A DGrTRecorder.h361 GrTRecorderAllocWrapper() : fDataLength(0) {}
365 : fDataLength(GrTRecorder<TBase, TAlign>::LengthOf(sizeOfData)) {}
367 const int fDataLength; member in struct:GrTRecorderAllocWrapper
374 return recorder.template alloc_back<TItem>(wrapper.fDataLength);

Completed in 92 milliseconds