Searched refs:GrGLNameAllocator (Results 1 – 7 of 7) sorted by relevance
18 class GrGLNameAllocator::SparseNameRange : public SkRefCnt {126 class GrGLNameAllocator::SparseNameTree : public SparseNameRange {274 class GrGLNameAllocator::ContiguousNameRange : public SparseNameRange {329 GrGLNameAllocator::GrGLNameAllocator(GrGLuint firstName, GrGLuint endName) in GrGLNameAllocator() function in GrGLNameAllocator336 GrGLNameAllocator::~GrGLNameAllocator() { in ~GrGLNameAllocator()339 GrGLuint GrGLNameAllocator::allocateName() { in allocateName()363 void GrGLNameAllocator::free(GrGLuint name) { in free()
20 class GrGLNameAllocator {33 GrGLNameAllocator(GrGLuint firstName, GrGLuint endName);39 ~GrGLNameAllocator();
17 class GrGLNameAllocator; variable134 SkAutoTDelete<GrGLNameAllocator> fPathNameAllocator;
291 fPathNameAllocator.reset(SkNEW_ARGS(GrGLNameAllocator, (firstName, firstName + range))); in genPaths()
123 GrGLNameAllocator fAllocator;137 GrGLNameAllocator allocator(1, 1 + range); in DEF_GPUTEST()
284 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',285 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
540 src/gpu/gl/GrGLNameAllocator.cpp \