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

  /external/skia/gpu/include/
GrInOrderDrawBuffer.h 144 GrTAllocator<Draw> fDraws;
145 GrTAllocator<SavedDrawState> fStates;
146 GrTAllocator<Clear> fClears;
148 GrTAllocator<GrClip> fClips;
GrAllocator.h 148 class GrTAllocator {
153 virtual ~GrTAllocator() {};
163 GrTAllocator(int itemsPerBlock, void* initialBlock)
173 GrTAllocator(GrAlignedSTStorage<N,T>* initialBlock)

Completed in 16 milliseconds