Home | History | Annotate | Download | only in gl

Lines Matching refs:fAllocatedNames

340     if (NULL == fAllocatedNames.get()) {
341 fAllocatedNames.reset(SkNEW_ARGS(ContiguousNameRange, (fFirstName, fFirstName + 1)));
345 if (fAllocatedNames->first() > fFirstName) {
346 return fAllocatedNames->prependNames(1);
350 fAllocatedNames.reset(fAllocatedNames->internalAllocate(&name));
355 if (fAllocatedNames->end() < fEndName) {
356 return fAllocatedNames->appendNames(1);
364 if (!fAllocatedNames.get()) {
369 fAllocatedNames.reset(fAllocatedNames->free(name));