Home
last modified time | relevance | path

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

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