Searched refs:GrTAllocator (Results 1 – 3 of 3) sorted by relevance
142 class GrTAllocator : GrNoncopyable {145 virtual ~GrTAllocator() { this->reset(); }; in ~GrTAllocator()155 explicit GrTAllocator(int itemsPerBlock) in GrTAllocator() function229 GrTAllocator(int itemsPerBlock, void* initialBlock) in GrTAllocator() function238 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {240 typedef GrTAllocator<T> INHERITED;
61 typedef GrTAllocator<BuilderUniform> BuilderUniformArray;
191 typedef GrTAllocator<GrGLShaderVar> VarArray;