Searched refs:ContiguousNameRange (Results 1 – 2 of 2) sorted by relevance
274 class GrGLNameAllocator::ContiguousNameRange : public SparseNameRange { class in GrGLNameAllocator276 ContiguousNameRange(GrGLuint first, GrGLuint end) { in ContiguousNameRange() function in GrGLNameAllocator::ContiguousNameRange322 SparseNameRange* left = SkNEW_ARGS(ContiguousNameRange, (fFirst, name)); in free()341 fAllocatedNames.reset(SkNEW_ARGS(ContiguousNameRange, (fFirstName, fFirstName + 1))); in allocateName()
79 class ContiguousNameRange; variable