Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNameAllocator.cpp330 : fFirstName(firstName), in GrGLNameAllocator()
341 fAllocatedNames.reset(SkNEW_ARGS(ContiguousNameRange, (fFirstName, fFirstName + 1))); in allocateName()
342 return fFirstName; in allocateName()
345 if (fAllocatedNames->first() > fFirstName) { in allocateName()
DGrGLNameAllocator.h46 GrGLuint firstName() const { return fFirstName; } in firstName()
81 const GrGLuint fFirstName; variable