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

  /external/chromium_org/third_party/skia/tests/
GrAllocatorTest.cpp 26 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt,
31 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt,
50 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt,
56 GrTAllocator<C>::Iter iter(allocator);
77 SkTArray<GrTAllocator<C>*> allocators;
78 GrTAllocator<C> a1(1);
80 GrTAllocator<C> a2(2);
82 GrTAllocator<C> a5(5);
  /external/chromium_org/third_party/skia/src/gpu/
GrAllocator.h 211 template <typename T> friend class GrTAllocator;
227 template <typename T> class GrTAllocator;
228 template <typename T> void* operator new(size_t, GrTAllocator<T>*);
230 template <typename T> class GrTAllocator : SkNoncopyable {
232 virtual ~GrTAllocator() { this->reset(); };
239 explicit GrTAllocator(int itemsPerBlock)
315 Iter(const GrTAllocator* allocator) : fImpl(&allocator->fAllocator) {}
365 friend void* operator new<T>(size_t, GrTAllocator*);
371 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
373 typedef GrTAllocator<T> INHERITED
    [all...]
GrInOrderDrawBuffer.h 279 typedef GrTAllocator<Draw> DrawAllocator;
280 typedef GrTAllocator<StencilPath> StencilPathAllocator;
281 typedef GrTAllocator<DrawPath> DrawPathAllocator;
282 typedef GrTAllocator<DrawPaths> DrawPathsAllocator;
283 typedef GrTAllocator<GrDrawState> StateAllocator;
284 typedef GrTAllocator<Clear> ClearAllocator;
285 typedef GrTAllocator<CopySurface> CopySurfaceAllocator;
286 typedef GrTAllocator<Clip> ClipAllocator;
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderBuilder.h 145 typedef GrTAllocator<GrGLShaderVar> VarArray;
GrGLProgramBuilder.h 72 typedef GrTAllocator<UniformInfo> UniformInfoArray;
79 typedef GrTAllocator<SeparableVaryingInfo> SeparableVaryingInfoArray;
147 typedef GrTAllocator<GrGLShaderVar> VarArray;

Completed in 431 milliseconds