Searched refs:GrSTAllocator (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h227 GrSTAllocator<kDrawPreallocCnt, DrawRecord> fDraws;
228 GrSTAllocator<kStencilPathPreallocCnt, StencilPath> fStencilPaths;
229 GrSTAllocator<kDrawPathPreallocCnt, DrawPath> fDrawPath;
230 GrSTAllocator<kDrawPathsPreallocCnt, DrawPaths> fDrawPaths;
231 GrSTAllocator<kStatePreallocCnt, GrDrawState::DeferredState> fStates;
232 GrSTAllocator<kClearPreallocCnt, Clear> fClears;
233 GrSTAllocator<kCopySurfacePreallocCnt, CopySurface> fCopySurfaces;
234 GrSTAllocator<kClipPreallocCnt, SkClipStack> fClips;
235 GrSTAllocator<kClipPreallocCnt, SkIPoint> fClipOrigins;
H A DGrAllocator.h255 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> { class in inherits:GrTAllocator
260 GrSTAllocator() : INHERITED(N) { function in class:GrSTAllocator
/external/chromium_org/third_party/skia/tests/
H A DGrAllocatorTest.cpp85 GrSTAllocator<1, C> sa1;
87 GrSTAllocator<3, C> sa3;
89 GrSTAllocator<4, C> sa4;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.h288 GrSTAllocator<kDrawPreallocCnt, Draw> fDraws;
289 GrSTAllocator<kStencilPathPreallocCnt, StencilPath> fStencilPaths;
290 GrSTAllocator<kDrawPathPreallocCnt, DrawPath> fDrawPath;
291 GrSTAllocator<kDrawPathsPreallocCnt, DrawPaths> fDrawPaths;
292 GrSTAllocator<kStatePreallocCnt, GrDrawState> fStates;
293 GrSTAllocator<kClearPreallocCnt, Clear> fClears;
294 GrSTAllocator<kCopySurfacePreallocCnt, CopySurface> fCopySurfaces;
295 GrSTAllocator<kClipPreallocCnt, Clip> fClips;
H A DGrAllocator.h371 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> { class in inherits:GrTAllocator
376 GrSTAllocator() : INHERITED(N) { function in class:GrSTAllocator

Completed in 946 milliseconds