HomeSort by relevance Sort by last modified time
    Searched refs:GrSTAllocator (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 288 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;
GrAllocator.h 371 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
376 GrSTAllocator() : INHERITED(N) {
  /external/chromium_org/third_party/skia/tests/
GrAllocatorTest.cpp 85 GrSTAllocator<1, C> sa1;
87 GrSTAllocator<3, C> sa3;
89 GrSTAllocator<4, C> sa4;

Completed in 928 milliseconds