Home
last modified time | relevance | path

Searched refs:ContiguousNameRange (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLNameAllocator.cpp274 class GrGLNameAllocator::ContiguousNameRange : public SparseNameRange { class in GrGLNameAllocator
276 ContiguousNameRange(GrGLuint first, GrGLuint end) { in ContiguousNameRange() function in GrGLNameAllocator::ContiguousNameRange
322 SparseNameRange* left = SkNEW_ARGS(ContiguousNameRange, (fFirst, name)); in free()
341 fAllocatedNames.reset(SkNEW_ARGS(ContiguousNameRange, (fFirstName, fFirstName + 1))); in allocateName()
DGrGLNameAllocator.h79 class ContiguousNameRange; variable