HomeSort by relevance Sort by last modified time
    Searched refs:fDataLength (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrTRecorder.h 361 GrTRecorderAllocWrapper() : fDataLength(0) {}
365 : fDataLength(GrTRecorder<TBase, TAlign>::LengthOf(sizeOfData)) {}
367 const int fDataLength;
374 return recorder.template alloc_back<TItem>(wrapper.fDataLength);
  /external/skqp/src/gpu/
GrTRecorder.h 361 GrTRecorderAllocWrapper() : fDataLength(0) {}
365 : fDataLength(GrTRecorder<TBase, TAlign>::LengthOf(sizeOfData)) {}
367 const int fDataLength;
374 return recorder.template alloc_back<TItem>(wrapper.fDataLength);

Completed in 128 milliseconds