Searched refs:fFirstName (Results 1 – 2 of 2) sorted by relevance
330 : 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()
46 GrGLuint firstName() const { return fFirstName; } in firstName()81 const GrGLuint fFirstName; variable