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

  /external/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)
322 Iter(const GrTAllocator* allocator) : fImpl(&allocator->fAllocator) {}
372 friend void* operator new<T>(size_t, GrTAllocator*);
378 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
380 typedef GrTAllocator<T> INHERITED
    [all...]
  /external/skqp/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)
322 Iter(const GrTAllocator* allocator) : fImpl(&allocator->fAllocator) {}
372 friend void* operator new<T>(size_t, GrTAllocator*);
378 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
380 typedef GrTAllocator<T> INHERITED
    [all...]

Completed in 52 milliseconds