Searched defs:GrTAllocator (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAllocator.h211 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 { class in inherits:SkNoncopyable
232 virtual ~GrTAllocator() { this->reset(); };
239 explicit GrTAllocator(int itemsPerBlock) function in class:GrTAllocator
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<
[all...]
/external/skia/src/gpu/
H A DGrAllocator.h156 class GrTAllocator : SkNoncopyable { class in inherits:SkNoncopyable
158 virtual ~GrTAllocator() { this->reset(); };
165 explicit GrTAllocator(int itemsPerBlock) function in class:GrTAllocator
255 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
257 typedef GrTAllocator<T> INHERITED;

Completed in 236 milliseconds