Searched defs:GrTRecorderAllocWrapper (Results 1 – 1 of 1) sorted by relevance
360 template<typename TItem> struct GrTRecorderAllocWrapper { struct361 GrTRecorderAllocWrapper() : fDataLength(0) {} in GrTRecorderAllocWrapper() function364 GrTRecorderAllocWrapper(const GrTRecorder<TBase, TAlign>&, int sizeOfData) in GrTRecorderAllocWrapper() function372 const GrTRecorderAllocWrapper<TItem>& wrapper) { in new() argument