Home
last modified time | relevance | path

Searched refs:fFreePool (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrResourceAllocator.cpp292 if (Register* r = fFreePool.findAndRemove(scratchKey, filter)) { in findOrCreateRegisterFor()
312 fFreePool.insert(r->scratchKey(), r); in expire()
401 fFreePool.reset(); in reset()
DGrResourceAllocator.h266 FreePoolMultiMap fFreePool; // Recently created/used GrSurfaces variable
/external/skqp/src/gpu/
DGrResourceAllocator.cpp236 fFreePool.insert(key, surface.release()); in recycleSurface()
266 sk_sp<GrSurface> surface(fFreePool.findAndRemove(key, filter)); in findSurfaceFor()
DGrResourceAllocator.h216 FreePoolMultiMap fFreePool; // Recently created/used GrSurfaces variable