Searched refs:GrTAllocator (Results 1 - 7 of 7) sorted by relevance

/external/skia/tests/
H A DGrAllocatorTest.cpp26 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);
H A DProcessorTest.cpp111 GrTAllocator<TextureSampler> fSamplers;
112 GrTAllocator<BufferAccess> fBuffers;
113 GrTAllocator<ImageStorageAccess> fImages;
/external/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
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<
[all...]
/external/skia/src/gpu/gl/
H A DGrGLProgramDataManager.h42 typedef GrTAllocator<UniformInfo> UniformInfoArray;
43 typedef GrTAllocator<VaryingInfo> VaryingInfoArray;
/external/skia/src/gpu/glsl/
H A DGrGLSLVarying.h154 typedef GrTAllocator<VaryingInfo> VaryingList;
155 typedef GrTAllocator<GrShaderVar> VarArray;
H A DGrGLSLShaderBuilder.h167 typedef GrTAllocator<GrShaderVar> VarArray;
/external/skia/src/gpu/vk/
H A DGrVkUniformHandler.h34 typedef GrTAllocator<UniformInfo> UniformInfoArray;

Completed in 984 milliseconds