Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTRecorder.h112 template<typename TItem> void* alloc_back(int dataLength);
197 void* GrTRecorder<TBase, TAlign>::alloc_back(int dataLength) { in alloc_back() function
374 return recorder.template alloc_back<TItem>(wrapper.fDataLength); in new()