Searched refs:GrSTAllocator (Results 1 – 2 of 2) sorted by relevance
185 GrSTAllocator<kDrawPreallocCnt, DrawRecord> fDraws;186 GrSTAllocator<kStatePreallocCnt, StencilPath> fStencilPaths;187 GrSTAllocator<kStatePreallocCnt, GrDrawState::DeferredState> fStates;188 GrSTAllocator<kClearPreallocCnt, Clear> fClears;190 GrSTAllocator<kClipPreallocCnt, SkClipStack> fClips;191 GrSTAllocator<kClipPreallocCnt, SkIPoint> fClipOrigins;
238 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {243 GrSTAllocator() : INHERITED(N, fStorage.get()) { in GrSTAllocator() function