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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.h203 GrSTAllocator<kDrawPreallocCnt, DrawRecord> fDraws;
204 GrSTAllocator<kStatePreallocCnt, StencilPath> fStencilPaths;
205 GrSTAllocator<kStatePreallocCnt, DrawPath> fDrawPaths;
206 GrSTAllocator<kStatePreallocCnt, GrDrawState::DeferredState> fStates;
207 GrSTAllocator<kClearPreallocCnt, Clear> fClears;
208 GrSTAllocator<kCopySurfacePreallocCnt, CopySurface> fCopySurfaces;
209 GrSTAllocator<kClipPreallocCnt, SkClipStack> fClips;
210 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/skia/src/gpu/
H A DGrInOrderDrawBuffer.h203 GrSTAllocator<kDrawPreallocCnt, DrawRecord> fDraws;
204 GrSTAllocator<kStatePreallocCnt, StencilPath> fStencilPaths;
205 GrSTAllocator<kStatePreallocCnt, DrawPath> fDrawPaths;
206 GrSTAllocator<kStatePreallocCnt, GrDrawState::DeferredState> fStates;
207 GrSTAllocator<kClearPreallocCnt, Clear> fClears;
208 GrSTAllocator<kCopySurfacePreallocCnt, CopySurface> fCopySurfaces;
209 GrSTAllocator<kClipPreallocCnt, SkClipStack> fClips;
210 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

Completed in 30 milliseconds