HomeSort by relevance Sort by last modified time
    Searched refs:fAllocatedNames (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNameAllocator.h 83 SkAutoTUnref<SparseNameRange> fAllocatedNames;
GrGLNameAllocator.cpp 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))
    [all...]
  /external/skia/src/gpu/gl/
GrGLNameAllocator.h 83 SkAutoTUnref<SparseNameRange> fAllocatedNames;
GrGLNameAllocator.cpp 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))
    [all...]
  /external/chromium_org/third_party/skia/tests/
NameAllocatorTest.cpp 25 memset(fAllocatedNames, 0, sizeof(fAllocatedNames));
47 return fAllocatedNames[name - kFirstName];
51 fAllocatedNames[name - kFirstName] = allocated;
124 bool fAllocatedNames[kRange];
  /external/skia/tests/
NameAllocatorTest.cpp 25 memset(fAllocatedNames, 0, sizeof(fAllocatedNames));
47 return fAllocatedNames[name - kFirstName];
51 fAllocatedNames[name - kFirstName] = allocated;
124 bool fAllocatedNames[kRange];

Completed in 221 milliseconds