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

/external/skia/src/gpu/gl/
H A DGrGLNameAllocator.h83 SkAutoTUnref<SparseNameRange> fAllocatedNames; member in class:GrGLNameAllocator
/external/skia/tests/
H A DNameAllocatorTest.cpp25 memset(fAllocatedNames, 0, sizeof(fAllocatedNames));
47 return fAllocatedNames[name - kFirstName];
51 fAllocatedNames[name - kFirstName] = allocated;
124 bool fAllocatedNames[kRange]; member in class:NameLeakTest

Completed in 115 milliseconds