Searched defs:ContiguousNameRange (Results 1 - 2 of 2) sorted by relevance

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

Completed in 310 milliseconds